ESP32 / ESP8266 & BME280 / SHT2x sensor with InfluxDB support
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 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