Update 5GHz countries, thx @roelfrenkema

This commit is contained in:
billz
2020-07-04 19:12:46 +01:00
parent b02660d5ff
commit 3ce4e51d63
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ]
}
}}