Removed support to IDF
This commit is contained in:
@@ -19,9 +19,9 @@ So at this release we concentrated on cleaning up de code everywhere and shave s
|
|||||||
Since in this update lots of input to the blueprint changed, we highly recommend you review your settings and make sure all fields have the correct selection. We did our best to support your legacy settings and avoid breaking your system, but please double check your settings if you see something not working as expected.
|
Since in this update lots of input to the blueprint changed, we highly recommend you review your settings and make sure all fields have the correct selection. We did our best to support your legacy settings and avoid breaking your system, but please double check your settings if you see something not working as expected.
|
||||||
|
|
||||||
### Files that need to be reloaded:
|
### Files that need to be reloaded:
|
||||||
1. nspanel_eu.tft, nspanel_us.tft or nspanel_us_land.tft - v4.1
|
1. nspanel_eu.tft, nspanel_us.tft or nspanel_us_land.tft - v4.1.2
|
||||||
2. nspanel_esphome.yaml - v4.1
|
2. nspanel_esphome.yaml - v4.1.2
|
||||||
3. nspanel_blueprint.yaml - v4.1
|
3. nspanel_blueprint.yaml - v4.1.2
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
||||||
@@ -76,11 +76,13 @@ packages:
|
|||||||
6. Buttons now will run an automation
|
6. Buttons now will run an automation
|
||||||
<br>On the previous versions, a button with an automation will enable or disable the automation. Now the button will trigger the automation.
|
<br>On the previous versions, a button with an automation will enable or disable the automation. Now the button will trigger the automation.
|
||||||
<br>If you want the legacy behavior, please create a script to enable/disable the automation and assign this to your button. 😉
|
<br>If you want the legacy behavior, please create a script to enable/disable the automation and assign this to your button. 😉
|
||||||
|
7. ESP-IDF IS TEMPORARILY UNAVAILABLE
|
||||||
|
|
||||||
|
|
||||||
## Overview of noteworthy changes
|
## Overview of noteworthy changes
|
||||||
1. New Upload TFT engine
|
1. New Upload TFT engine
|
||||||
2. Hardware restarts with button hold for 15s
|
2. Hardware restarts with button hold for 15s
|
||||||
3. Support to `esp-idf` framework
|
3. ~~Support to `esp-idf` framework~~
|
||||||
4. Support to 921600 bps
|
4. Support to 921600 bps
|
||||||
5. Font size for chips
|
5. Font size for chips
|
||||||
6. Short click to open Climate and Media Player
|
6. Short click to open Climate and Media Player
|
||||||
@@ -117,16 +119,18 @@ Now if you press the hardware buttons for more than 15s, the panel will act as t
|
|||||||
| Right | Restarts the panel | It is equivalent to press the "Restart" button on the Settings page or from Home Assistant, but is available even when the Wi-Fi isn't connected or Home Assistant is out. |
|
| Right | Restarts the panel | It is equivalent to press the "Restart" button on the Settings page or from Home Assistant, but is available even when the Wi-Fi isn't connected or Home Assistant is out. |
|
||||||
|
|
||||||
|
|
||||||
### 3. Support to `esp-idf` framework
|
### 3. ~~Support to `esp-idf` framework~~
|
||||||
Although this project still using ESPHome default framework (currently `arduino`), we started supporting the framework `esp-idf` as this is a recomendation from ESPHome team since an year ago or so.
|
~~Although this project still using ESPHome default framework (currently `arduino`), we started supporting the framework `esp-idf` as this is a recomendation from ESPHome team since an year ago or so.~~
|
||||||
The `arduino` protocol still more popular and therefore more components are available, but there are some advantages with the ESP-IDF framework:
|
~~The `arduino` protocol still more popular and therefore more components are available, but there are some advantages with the ESP-IDF framework:~~
|
||||||
- It is updated more frequently by EspressIF, which means it is more secure and stable.
|
- ~~It is updated more frequently by EspressIF, which means it is more secure and stable.~~
|
||||||
- It reduces a layer, as Arduino is developed in top of ESP-IDF, so basically we are changing from ESPHome -> Arduino -> ESP-IDF -> Hardware to ESPHome -> ESP-IDF -> Hardware.
|
- ~~It reduces a layer, as Arduino is developed in top of ESP-IDF, so basically we are changing from ESPHome -> Arduino -> ESP-IDF -> Hardware to ESPHome -> ESP-IDF -> Hardware.~~
|
||||||
- By reducing a layer, more memory is available for future features and for the custom components you might want to add to your panel.
|
- ~~By reducing a layer, more memory is available for future features and for the custom components you might want to add to your panel.~~
|
||||||
- The memory management is more efficient, which makes critical tasks, like uploading a TFT file, more reliable.
|
- ~~The memory management is more efficient, which makes critical tasks, like uploading a TFT file, more reliable.~~
|
||||||
<br>In the future we will probably make this as the default framework, so if you are a new user or if for some reason you have to flash your panel via serial/usb, it's a good idea to change to ESP-IDF now.
|
~~<br>In the future we will probably make this as the default framework, so if you are a new user or if for some reason you have to flash your panel via serial/usb, it's a good idea to change to ESP-IDF now.~~
|
||||||
<br>Please look at [customizations docs in the Wiki](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(EN)-Customization#framework-esp-idf) for more details on how to change the framework.
|
~~<br>Please look at [customizations docs in the Wiki](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/(EN)-Customization#framework-esp-idf) for more details on how to change the framework.~~
|
||||||
<br>-> The ESP-IDF framework will be used when you enable the advanced mode.
|
~~<br>-> The ESP-IDF framework will be used when you enable the advanced mode.~~
|
||||||
|
|
||||||
|
> The support to IDF was temporarily removed on v4.1.2
|
||||||
|
|
||||||
|
|
||||||
### 4. Support to 921600 bps
|
### 4. Support to 921600 bps
|
||||||
|
|||||||
Reference in New Issue
Block a user