mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
preparing 1.9.3 b
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [1.9.2 beta]
|
## [1.9.3 beta] 2019-
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [1.9.2] 2019-10-19
|
||||||
|
|
||||||
#### Important! This build has breaking changes:
|
#### Important! This build has breaking changes:
|
||||||
- MQTT topics have changed. Use the `mqttlog` command to see the names of the subscriptions and the format of the payload data. Also reference the [Wiki page](https://github.com/proddy/EMS-ESP/wiki/MQTT).
|
- MQTT topics have changed. Use the `mqttlog` command to see the names of the subscriptions and the format of the payload data. Also reference the [Wiki page](https://github.com/proddy/EMS-ESP/wiki/MQTT).
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -37,12 +37,17 @@ The code is written for the Espressif **ESP8266** microcontroller and supports a
|
|||||||
|
|
||||||
## Supported EMS devices
|
## Supported EMS devices
|
||||||
|
|
||||||
More than **50** EMS devices are currently supported. See [the complete list here](https://github.com/proddy/EMS-ESP/wiki/Supported-EMS-Devices) from the Wiki.
|
More than **50** EMS devices are currently supported. See the [complete list](https://github.com/proddy/EMS-ESP/wiki/Supported-EMS-Devices) from the [Wiki](https://github.com/proddy/EMS-ESP/wiki).
|
||||||
|
|
||||||
|
## Uploading the firmware
|
||||||
|
|
||||||
|
Latest stable firmware build can be found [here](https://github.com/proddy/EMS-ESP/releases/latest).
|
||||||
|
|
||||||
|
Follow [these instructions](https://github.com/proddy/EMS-ESP/wiki/Building-and-Uploading-the-Firmware) on how to upload to the ESP8266.
|
||||||
|
|
||||||
## Compatible with bbqkees' EMS Gateway
|
## Compatible with bbqkees' EMS Gateway
|
||||||
|
|
||||||
The firmware fully supports BBQKees' [EMS Gateway](https://shop.hotgoodies.nl/ems/) board with integrated Wemos D1 ESP8266.
|
The firmware fully supports BBQKees' [EMS Gateway](https://shop.hotgoodies.nl/ems/) board with integrated Wemos D1 ESP8266.
|
||||||
|
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
|
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
|
||||||
|
|
||||||
@@ -1 +1 @@
|
|||||||
#define APP_VERSION "1.9.2b11"
|
#define APP_VERSION "1.9.3b1"
|
||||||
|
|||||||
Reference in New Issue
Block a user