-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont queue publish on change if not connected, keep flag
- Loading branch information
1 parent
a6b0c74
commit 42a4c79
Showing
3 changed files
with
16 additions
and
5 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 |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Changelog | ||
|
||
## [3.6.1] | ||
## [3.6.2] | ||
|
||
## **IMPORTANT! BREAKING CHANGES** | ||
|
||
## Added | ||
|
||
- power entities | ||
- optional input of BSSID for AP connection | ||
- message "no entries" in info of scheduler/custom/analogsnesor/temperaturesensor | ||
|
||
## Fixed | ||
|
||
- wifi full scan to get strongest AP | ||
|
||
## Changed | ||
|
||
- dont queue publish on change messages, but keep changed flag to send after reconnect |
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 +1 @@ | ||
#define EMSESP_APP_VERSION "3.6.2-dev.0a" | ||
#define EMSESP_APP_VERSION "3.6.2-dev.0b" |