Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
771 B

  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; http://docs.platformio.org/page/projectconf.html
  10. [env:esp12e]
  11. platform = espressif8266
  12. board = esp12e
  13. framework = arduino
  14. ;upload_flags = --port=8266 --auth=esp-react
  15. ;upload_port = 192.168.0.6
  16. board_f_cpu = 160000000L
  17. build_flags=
  18. -D NO_GLOBAL_ARDUINOOTA
  19. ; -D ENABLE_CORS
  20. lib_deps =
  21. https://github.com/PaulStoffregen/Time
  22. https://github.com/gmag11/NtpClient
  23. https://github.com/bblanchon/ArduinoJson
  24. https://github.com/me-no-dev/ESPAsyncWebServer