This commit is contained in:
Edward Firmo
2024-04-22 10:14:38 +02:00
parent edd1d3fdb8
commit 6278cd739e

View File

@@ -56,6 +56,7 @@ It is crucial to use the `esp-idf` framework to avoid such issues.
``` ```
2. **Update Substitutions**: Customize `"YOUR_NSPANEL_NAME"` and `"Your Friendly Name"` to appropriate identifiers for your device and its Bluetooth functionality. 2. **Update Substitutions**: Customize `"YOUR_NSPANEL_NAME"` and `"Your Friendly Name"` to appropriate identifiers for your device and its Bluetooth functionality.
3. **Save and Upload**: After making the necessary changes, save your configuration file and upload it to your NSPanel via the ESPHome dashboard. 3. **Save and Upload**: After making the necessary changes, save your configuration file and upload it to your NSPanel via the ESPHome dashboard.
> [!NOTE] > [!NOTE]
> The first time this component is enabled for an ESP32, the code partition needs to be resized. > The first time this component is enabled for an ESP32, the code partition needs to be resized.
> Please flash the ESP32 via USB when adding this to your configuration. After that, you can use OTA updates again. > Please flash the ESP32 via USB when adding this to your configuration. After that, you can use OTA updates again.