-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated MQTT callbacks to allow turning the LED on/off, set the Power…
…Grade, activation, deactivation and reboot of Inverter
- Loading branch information
1 parent
013df0e
commit 39cf561
Showing
2 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ lib_deps = | |
https://github.com/khoih-prog/ESPAsyncWebServer.git | ||
bblanchon/[email protected] | ||
https://github.com/tzapu/WiFiManager.git | ||
atc1441/NETSGPClient@^2.0.0 | ||
https://github.com/atc1441/NETSGPClient.git | ||
https://github.com/flowerysong/AsyncElegantOTA.git | ||
|
||
[env:esp32] | ||
|
@@ -33,7 +33,7 @@ monitor_filters = esp32_exception_decoder | |
|
||
|
||
[env:esp32c3] | ||
platform = https://github.com/platformio/platform-espressif32.git | ||
platform = espressif32 | ||
board = seeed_xiao_esp32c3 | ||
build_flags = -DESP32C3 | ||
monitor_filters = esp32_exception_decoder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters