27 lines
867 B
INI
27 lines
867 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:d1_mini]
|
|
platform = espressif8266
|
|
board = d1_mini
|
|
framework = arduino
|
|
;upload_protocol = espota
|
|
;upload_port = 192.168.1.136
|
|
lib_deps =
|
|
knolleary/PubSubClient @ ^2.8
|
|
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
|
|
;ayushsharma82/AsyncElegantOTA @ ^2.2.9
|
|
ayushsharma82/WebSerial @ ^1.3.0
|
|
jwrw/ESP_EEPROM @ ^2.0.0
|
|
https://github.com/enjoyneering/HTU2xD_SHT2x_Si70xx.git
|
|
https://github.com/pilotak/MeteoFunctions.git
|
|
;https://github.com/RobTillaart/SHT31.git
|
|
;ayushsharma82/ElegantOTA@^3.1.2
|