Files
ESP8266_UPS/platformio.ini
2024-02-23 17:54:29 +08:00

26 lines
781 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
board_build.f_cpu = 160000000L
lib_deps =
esphome/ESPAsyncWebServer-esphome@^3.1.0
heman/AsyncMqttClient-esphome @ 2.0.0
# using the latest stable version
#lib_deps = "ESP Async WebServer"
# or using GIT Url (the latest development version)
#lib_deps = "https://github.com/me-no-dev/ESPAsyncWebServer.git"