Files
AHome/Box-ESP12/platformio.ini
2025-01-04 17:21:46 +03:00

28 lines
809 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:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
upload_protocol = espota
upload_port = 192.168.1.159
lib_deps =
noah1510/LedController @ ^1.7.0
knolleary/PubSubClient @ ^2.8
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
ayushsharma82/WebSerial @ ^1.3.0
jwrw/ESP_EEPROM @ ^2.0.0
br3ttb/PID @ ^1.2.1
milesburton/DallasTemperature @ ^3.11.0
thomasfredericks/Bounce2 @ ^2.72
gyverlibs/GyverSegment @ ^1.4.7