Skip to content

Commit 56b597d

Browse files
committed
update to new version
1 parent 96b83e3 commit 56b597d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG_LATEST.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- fix for HA topics with invalid command formats (#728)
3131
- wrong position of values #723, #732
3232
- OTA Upload via Web on OSX
33+
- Rx and Tx quality % would sometimes show > 100
3334

3435
### Changed
3536
- changed how telegram parameters are rendered for mqtt, console and web (#632)
@@ -46,6 +47,9 @@
4647
- new ESP32 partition side to allow for smoother OTA and fallback
4748
- network Gateway IP is optional (#682)emsesp/EMS-ESP
4849
- moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32
49-
- Invert LED changed to Hide LED
50+
- invert LED changed to Hide LED. Default is off.
51+
- renamed Scan Network to Scan WiFi Network
52+
- added version to cmd=settings
53+
- Allow both WiFi and Ethernet together
5054
### Removed
5155
- Shower Alert (disabled for now)

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define EMSESP_APP_VERSION "3.0.1b4"
1+
#define EMSESP_APP_VERSION "3.0.1b5"
22
#define EMSESP_PLATFORM "ESP32"

0 commit comments

Comments
 (0)