From 6278cd739ef0309b432f0fcb1520489fc5106fc8 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:14:38 +0200 Subject: [PATCH] Lint --- docs/addon_ble_tracker.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/addon_ble_tracker.md b/docs/addon_ble_tracker.md index 163fff4..1dd8175 100644 --- a/docs/addon_ble_tracker.md +++ b/docs/addon_ble_tracker.md @@ -56,8 +56,9 @@ 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. 3. **Save and Upload**: After making the necessary changes, save your configuration file and upload it to your NSPanel via the ESPHome dashboard. - > [!NOTE] - > 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. + +> [!NOTE] +> 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. This configuration allows your NSPanel to efficiently manage Bluetooth connections, acting as a proxy for various BLE operations.