forked from xyzroe/XZG
-
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.
Web UI: - RU translation correction. Thanks to @artbrayko 🚀 PR xyzroe#4 Code: - Fix two gateways MQTT conflict
- Loading branch information
Showing
7 changed files
with
17 additions
and
6 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -31,7 +31,8 @@ lib_deps = | |
sstaub/Ticker@>=4.4.0 | ||
Martin-Laclaustra/CronAlarms | ||
;husarnet/Husarnet ESP32 @ 1.2.0-5 ;husarnet example | ||
marvinroger/AsyncMqttClient@^0.9.0 | ||
marvinroger/AsyncMqttClient @ ^0.9.0 | ||
me-no-dev/[email protected] | ||
;plerup/[email protected] | ||
;marian-craciunescu/ESP32Ping@>=1.7 | ||
;me-no-dev/[email protected] | ||
|
@@ -81,7 +82,7 @@ extra_scripts = | |
|
||
|
||
[env:debug] | ||
platform = espressif32 @ 6.4.0 | ||
platform = espressif32 @ 6.6.0 | ||
;platform = [email protected] ;husarnet example | ||
board = esp32dev | ||
build_flags = | ||
|
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// AUTO GENERATED FILE | ||
#ifndef VERSION | ||
#define VERSION "20240505" | ||
#define VERSION "20240506" | ||
#endif |