update to new version

This commit is contained in:
proddy
2021-03-27 16:02:13 +01:00
parent 96b83e3eb3
commit 56b597d45f
2 changed files with 6 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
- fix for HA topics with invalid command formats (#728) - fix for HA topics with invalid command formats (#728)
- wrong position of values #723, #732 - wrong position of values #723, #732
- OTA Upload via Web on OSX - OTA Upload via Web on OSX
- Rx and Tx quality % would sometimes show > 100
### Changed ### Changed
- changed how telegram parameters are rendered for mqtt, console and web (#632) - changed how telegram parameters are rendered for mqtt, console and web (#632)
@@ -46,6 +47,9 @@
- new ESP32 partition side to allow for smoother OTA and fallback - new ESP32 partition side to allow for smoother OTA and fallback
- network Gateway IP is optional (#682)emsesp/EMS-ESP - network Gateway IP is optional (#682)emsesp/EMS-ESP
- moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32 - moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32
- Invert LED changed to Hide LED - invert LED changed to Hide LED. Default is off.
- renamed Scan Network to Scan WiFi Network
- added version to cmd=settings
- Allow both WiFi and Ethernet together
### Removed ### Removed
- Shower Alert (disabled for now) - Shower Alert (disabled for now)

View File

@@ -1,2 +1,2 @@
#define EMSESP_APP_VERSION "3.0.1b4" #define EMSESP_APP_VERSION "3.0.1b5"
#define EMSESP_PLATFORM "ESP32" #define EMSESP_PLATFORM "ESP32"