mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
1.9.4b
This commit is contained in:
@@ -13,11 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Support for DHW once (OneTime water) heating command via MQTT [issue 195](https://github.com/proddy/EMS-ESP/issues/195)
|
||||
- Added scripts to automatically build firmware images on every Commit/Pull and nightly builds using TravisCI
|
||||
- Added option to WebUI to also download the latest development build
|
||||
- Added build scripts for automated CI with TravisCI
|
||||
- Implemented timezone support and automatic adjustment, also taking daylight saving times into account
|
||||
- Added `kick` command to reset core services like NTP, Web, Web Sockets
|
||||
|
||||
### Fixed
|
||||
|
||||
### Changed
|
||||
|
||||
- Debug log times show real internet time (if NTP enabled)
|
||||
- `system` shows local time instead of UTC
|
||||
- fixed version numbers of libraries in `platformio.ini`
|
||||
|
||||
### Removed
|
||||
|
||||
## [1.9.3] 2019-10-26
|
||||
@@ -26,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Report # TCP dropouts in the `system` command. These could be due to WiFI or MQTT disconnected.
|
||||
- Added temp and mode to the MQTT `thermostat_cmd` topic
|
||||
- build scripts for automated CI with TravisCI
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define APP_VERSION "1.9.4b4"
|
||||
#define APP_VERSION "1.9.4b5"
|
||||
|
||||
Reference in New Issue
Block a user