17 lines
383 B
INI
17 lines
383 B
INI
[env:sonoff_basic]
|
|
platform = espressif8266
|
|
board = sonoff_basic
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
; upload_protocol = espota
|
|
; upload_port = 192.168.1.95
|
|
upload_speed = 115200
|
|
build_flags =
|
|
-DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
-DMQTT_MAX_PACKET_SIZE=512
|
|
lib_deps =
|
|
knolleary/PubSubClient
|
|
tzapu/WiFiManager
|
|
bblanchon/ArduinoJson
|
|
me-no-dev/ESPAsyncWebServer
|