No Description
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.

platformio.ini 977B

1234567891011121314151617181920212223242526272829
  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. ; https://docs.platformio.org/page/projectconf.html
  10. [env:esp8266]
  11. platform = espressif8266
  12. board = esp01_1m
  13. framework = arduino
  14. lib_deps =
  15. ESP8266 Influxdb
  16. https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c
  17. https://github.com/arduino-libraries/NTPClient
  18. [env:esp32]
  19. platform = espressif32
  20. board = esp32dev
  21. framework = arduino
  22. upload_protocol = esptool
  23. lib_deps =
  24. https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git#66ed5d031caab6953cc79b407a4b49d33b1126dc
  25. https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c
  26. https://github.com/arduino-libraries/NTPClient