From 3ce4e51d6385d8a77a0a66b268c5bae965d40bbb Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 4 Jul 2020 19:12:46 +0100 Subject: [PATCH] Update 5GHz countries, thx @roelfrenkema --- config/config.php | 2 +- config/wireless.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.php b/config/config.php index c3692ecc..b4330802 100755 --- a/config/config.php +++ b/config/config.php @@ -28,7 +28,7 @@ define('RASPI_ACCESS_CHECK_IP', '1.1.1.1'); define('RASPI_ACCESS_CHECK_DNS', 'one.one.one.one'); // Constant for the 5GHz wireless regulatory domain -define('RASPI_5GHZ_ISO_ALPHA2', array('US')); +define('RASPI_5GHZ_ISO_ALPHA2', array('NL','US')); // Optional services, set to true to enable. define('RASPI_WIFICLIENT_ENABLED', true); diff --git a/config/wireless.json b/config/wireless.json index f69d94f1..7744c352 100644 --- a/config/wireless.json +++ b/config/wireless.json @@ -6,11 +6,11 @@ "channels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, "2_4GHz_max14ch": { - "countries": [ "JP" ], + "countries": [ "JP", "NL" ], "channels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ] }, "5Ghz_max48ch": { - "countries": [ "US" ], + "countries": [ "NL","US" ], "channels": [ 36, 40, 44, 48 ] } }}