Version OK avec Mqtt
This commit is contained in:
16
platformio.ini
Normal file
16
platformio.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user