docs: update preserve_channels config key path

This commit is contained in:
David Bauer 2022-08-12 05:10:38 +02:00
parent d9070eb41a
commit 64f75848da

View File

@ -19,7 +19,7 @@ During upgrades the wifi channel of the 2.4GHz and 5GHz radio will be restored t
configured in the site.conf. If you need to preserve a user defined wifi channel during upgrades configured in the site.conf. If you need to preserve a user defined wifi channel during upgrades
you can configure this via the uci section ``gluon-core.wireless``:: you can configure this via the uci section ``gluon-core.wireless``::
uci set gluon-core.@wireless[0].preserve_channels='1' uci set gluon.wireless.preserve_channels='1'
When channels should be preserved, toggling the outdoor mode will have no effect on the channel settings. When channels should be preserved, toggling the outdoor mode will have no effect on the channel settings.
Therefore, the Outdoor mode settings won't be displayed in config mode. Therefore, the Outdoor mode settings won't be displayed in config mode.