mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-25 12:16:41 +00:00
Update to new MQTT discovery, convert to CPP
This commit is contained in:
parent
a17a630b28
commit
95276b1191
Binary file not shown.
3961
Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp
Normal file
3961
Arduino_Sketch/HASwitchPlate/HASwitchPlate.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -9,17 +9,17 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:d1_mini]
|
[env:d1_mini]
|
||||||
platform = https://github.com/platformio/platform-espressif8266.git @ ^3.2.0
|
platform = https://github.com/platformio/platform-espressif8266.git
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board_build.f_cpu = 160000000L
|
board_build.f_cpu = 160000000L
|
||||||
board_build.ldscript = eagle.flash.4m1m.ld
|
board_build.ldscript = eagle.flash.4m1m.ld
|
||||||
build_flags =
|
build_flags =
|
||||||
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_191122
|
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK305
|
||||||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||||
lib_deps =
|
lib_deps =
|
||||||
256dpi/MQTT @ ^2.5.0
|
256dpi/MQTT @ ^2.5.1
|
||||||
dancol90/ESP8266Ping @ ^1.0
|
dancol90/ESP8266Ping @ ^1.0
|
||||||
bblanchon/ArduinoJson @ ^6.19.4
|
bblanchon/ArduinoJson @ ^6.21.4
|
||||||
krzychb/EspSaveCrash @ ^1.3.0
|
krzychb/EspSaveCrash @ ^1.3.0
|
||||||
https://github.com/tzapu/WiFiManager.git#14cf6b81d44252a58823e8e766bfad613ad7a061 ; 2.0.9-beta, confirmed working
|
https://github.com/tzapu/WiFiManager.git#5656e5707b489f35b412bb9d594f0562e85bf027
|
Loading…
x
Reference in New Issue
Block a user