ESP32 / ESP8266 & BME280 / SHT2x sensor with InfluxDB support
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

platformio.ini 557B

1234567891011121314151617181920
  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:esp01]
  11. platform = espressif8266@2.3.2
  12. board = esp01
  13. framework = arduino
  14. lib_deps =
  15. Wire
  16. ESP8266 Influxdb@1.3.0
  17. Adafruit Unified Sensor@1.1.1
  18. Adafruit BME280 Library@2.0.0