From 5274b97551a2f21fd03dc6a98ce78184644397ec Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:41:32 +0200 Subject: [PATCH] Lint --- docs/addon_bluetooth_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addon_bluetooth_proxy.md b/docs/addon_bluetooth_proxy.md index 5da86fc..248c2ea 100644 --- a/docs/addon_bluetooth_proxy.md +++ b/docs/addon_bluetooth_proxy.md @@ -14,7 +14,7 @@ To install, add the reference to `nspanel_esphome_addon_bluetooth_proxy` in your following the `remote_package` entry, as illustrated below: > [!WARNING] -> While the `esp-idf` framework is the default and recommended for the [ESP32 Platform](#framework-esp-idf) when Bluetooth features are enabled, +> While the `esp-idf` framework is the default and recommended for the [ESP32 Platform](customization.md#framework-esp-idf) when Bluetooth features are enabled, > ensure it is not switched to the `arduino` framework. The `arduino` framework significantly increases memory usage, which may prevent installation on your panel. ```yaml