ESP32 / ESP8266 & BME280 / SHT2x sensor with InfluxDB support
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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