28 lines
801 B
INI
28 lines
801 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 =
|
|
;enjoyneering/AHT10@^1.1.0
|
|
;ottowinter/AsyncMqttClient-esphome @ ^0.8.6
|
|
knolleary/PubSubClient @ ^2.8
|
|
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
|
|
ayushsharma82/AsyncElegantOTA @ ^2.2.6
|
|
ayushsharma82/WebSerial @ ^1.3.0
|
|
jwrw/ESP_EEPROM @ ^2.0.0
|
|
adafruit/Adafruit AHTX0 @ ^2.0.3
|