diff --git a/docs/configuration/radio/device.mdx b/docs/configuration/radio/device.mdx index c9fd035e..00c1d3b5 100644 --- a/docs/configuration/radio/device.mdx +++ b/docs/configuration/radio/device.mdx @@ -40,12 +40,11 @@ This table shows the **default** values after selecting a preset. As always, ind | SENSOR | Yes | No | High | No | No | Yes | | TAK | Yes | Optional | Regular | Yes | No | Yes | | TAK_TRACKER | Yes | Optional | Regular | Yes | No | Yes | -| ROUTER | No1 | No | High | Yes | Yes | Yes | +| ROUTER | No[^1] | No | High | Yes | Yes | Yes | | ROUTER_CLIENT | Yes | Yes | Highest | Yes | Yes | Yes | | REPEATER | Yes | No | High | Yes | Yes | No | -##### Citations -1. Caution: The Router role enables [Power Saving](/docs/configuration/radio/power/#power-saving) by default. Consider ROUTER_CLIENT if BLE/WiFi/Serial are still needed. +[^1]: The Router role enables [Power Saving](/docs/configuration/radio/power/#power-saving) by default. Consider ROUTER_CLIENT if BLE/WiFi/Serial are still needed. ### Rebroadcast Mode diff --git a/docs/configuration/radio/power.mdx b/docs/configuration/radio/power.mdx index db3c2962..d57105c3 100644 --- a/docs/configuration/radio/power.mdx +++ b/docs/configuration/radio/power.mdx @@ -20,7 +20,7 @@ The power config options are: Power Saving, Shutdown after losing power, ADC Mul ### Power Saving :::warning -Enabling Power Saving will disable Bluetooth, Serial, and WiFi, preventing further changes to the device. Press the user button or reset the device to make changes. +If enabled, to modify settings afterward, wake the device by pressing the user button or resetting. ::: If enabled, turns off Bluetooth, Serial, WiFi, and Screen. Useful when a device is powered from a low-current source (i.e. solar). To see device roles this is enabled for by default, visit [Device Config](/docs/configuration/radio/device).