13 lines
295 B
INI
13 lines
295 B
INI
[env:sonoff_basic]
|
|
platform = espressif8266
|
|
board = sonoff_basic
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
upload_speed = 115200
|
|
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
lib_deps =
|
|
knolleary/PubSubClient
|
|
tzapu/WiFiManager
|
|
bblanchon/ArduinoJson
|
|
me-no-dev/ESPAsyncWebServer
|