update with 3.6.2

This commit is contained in:
Proddy
2023-10-01 17:31:43 +02:00
parent 763a2eaab1
commit e1ee83b907
2 changed files with 13 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Added ## Added
- show WiFi rssi in Network Status Page, show quality as color - Show WiFi rssi in Network Status Page, show quality as color
## Fixed ## Fixed
@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Changed ## Changed
- mqtt free mem check set to 60 kb - MQTT free mem check set to 60 kb
- small cosmetic changes to Searching in Customization web page - Small cosmetic changes to Searching in Customization web page
- updated to espressif32@6.4.0 - Updated to espressif32@6.4.0
# [3.6.0] August 13 2023 # [3.6.0] August 13 2023

View File

@@ -6,15 +6,18 @@
## Added ## Added
- power entities - Power entities
- optional input of BSSID for AP connection - Optional input of BSSID for AP connection
- return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor - Return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor
## Fixed ## Fixed
- wifi full scan to get strongest AP - Wifi full scan to get strongest AP
- add missing dhw tags - Add missing dhw tags
- Sending a dash/- to the Reset command doesn't return an error [#1308](https://github.com/emsesp/EMS-ESP32/discussions/1308)
## Changed ## Changed
- mqtt queue max 300 messages, check heap and maxAlloc - MQTT queue max 300 messages, check heap and maxAlloc
- API call commands are logged as WARN in the log
- Reset Command renamed to 'reset' in lowercase in EN