From e2f8a62f44cff0e47d3731e2ff912ba22a5deb81 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:23:01 +0100 Subject: [PATCH] Remove references to `bluetooth` It isn't stable enough. --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 80b73a4..7e78e51 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -107,7 +107,7 @@ Although this project still using ESPHome default framework (currently `arduino` 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 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 (like `bluetooth_proxy` or [Improv](https://www.improv-wifi.com/)). +- 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.
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.
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.