mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added RASPI_5GHZ_MAX_CHANNEL
This commit is contained in:
parent
39dcb5060d
commit
8686406ef1
@ -28,6 +28,7 @@ define('RASPI_ACCESS_CHECK_DNS', 'one.one.one.one');
|
|||||||
|
|
||||||
// Constant for the 5GHz wireless regulatory domain
|
// Constant for the 5GHz wireless regulatory domain
|
||||||
define('RASPI_5GHZ_ISO_ALPHA2', array('NL','US'));
|
define('RASPI_5GHZ_ISO_ALPHA2', array('NL','US'));
|
||||||
|
define('RASPI_5GHZ_MAX_CHANNEL', 165);
|
||||||
|
|
||||||
// Optional services, set to true to enable.
|
// Optional services, set to true to enable.
|
||||||
define('RASPI_WIFICLIENT_ENABLED', true);
|
define('RASPI_WIFICLIENT_ENABLED', true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user