fix lint errors in formatting

This commit is contained in:
proddy
2021-03-28 16:55:44 +02:00
parent 1938c93faf
commit 4208c3551a

View File

@@ -1,9 +1,7 @@
# Changelog # Changelog
## **Important Breaking Changes** ## Added
- >3.0.0b2 uses a new filesystem. During upgrading all settings will be erased and not migrated.
### Added
- power settings, disabling BLE and turning off Wifi sleep - power settings, disabling BLE and turning off Wifi sleep
- Rx and Tx counts to Heartbeat MQTT payload - Rx and Tx counts to Heartbeat MQTT payload
- ethernet support - ethernet support
@@ -21,7 +19,8 @@
- individual mqtt commands (#31) - individual mqtt commands (#31)
- board Profiles (#11) - board Profiles (#11)
### Fixed ## Fixed
- telegrams matched to masterthermostat 0x18 - telegrams matched to masterthermostat 0x18
- multiple roomcontrollers - multiple roomcontrollers
- readback after write with delay (give ems-devices time to set the value) - readback after write with delay (give ems-devices time to set the value)
@@ -32,7 +31,8 @@
- OTA Upload via Web on OSX - OTA Upload via Web on OSX
- Rx and Tx quality % would sometimes show > 100 - 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)
- split `show values` in smaller packages (edited) - split `show values` in smaller packages (edited)
- extended length of IP/hostname from 32 to 48 chars (#676) - extended length of IP/hostname from 32 to 48 chars (#676)
@@ -50,6 +50,8 @@
- invert LED changed to Hide LED. Default is off. - invert LED changed to Hide LED. Default is off.
- renamed Scan Network to Scan WiFi Network - renamed Scan Network to Scan WiFi Network
- added version to cmd=settings - added version to cmd=settings
- Allow both WiFi and Ethernet together - Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects
### Removed
## Removed
- Shower Alert (disabled for now) - Shower Alert (disabled for now)