-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web UI: - Add reconnect interval in MQTT preferences page - Fix continues event open tries if error - Fix root page some static values update if language change Code: - Switched to Async-MQTT-Client - much faster, more stability while multi-tasking Build and Development: - Fix release info download counts badge clear line before description - Renamed i18next root objects to 1 letter, next to 2 letters - Add prod and debug UART log levels - Colored UART logs - Colored build logs Docs: Hardware:
- Loading branch information
Showing
55 changed files
with
1,115 additions
and
1,116 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
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -29,9 +29,9 @@ lib_deps = | |
bblanchon/[email protected] | ||
rlogiacco/CircularBuffer@>=1.4.0 | ||
sstaub/Ticker@>=4.4.0 | ||
knolleary/PubSubClient@^2.8 | ||
Martin-Laclaustra/CronAlarms | ||
husarnet/Husarnet ESP32 @ 1.2.0-5 ;husarnet example | ||
marvinroger/AsyncMqttClient@^0.9.0 | ||
;plerup/[email protected] | ||
;marian-craciunescu/ESP32Ping@>=1.7 | ||
;me-no-dev/[email protected] | ||
|
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
Oops, something went wrong.