Fix accidentally committed changes.

This commit is contained in:
Orne Brocaar 2022-06-07 19:50:14 +01:00
parent 1236b4dba9
commit 1fbc4e5391
2 changed files with 13 additions and 21 deletions

View File

@ -65,20 +65,20 @@
# Multiple regions can be enabled simultaneously. Each region must match # Multiple regions can be enabled simultaneously. Each region must match
# the 'name' parameter of the region configuration in '[[regions]]'. # the 'name' parameter of the region configuration in '[[regions]]'.
enabled_regions=[ enabled_regions=[
#"as923", "as923",
#"as923_2", "as923_2",
#"as923_3", "as923_3",
#"as923_4", "as923_4",
#"au915_0", "au915_0",
#"cn779", "cn779",
#"eu433", "eu433",
"eu868", "eu868",
#"in865", "in865",
#"ism2400", "ism2400",
#"kr920", "kr920",
#"ru864", "ru864",
#"us915_0", "us915_0",
#"us915_1", "us915_1",
] ]

View File

@ -1,8 +0,0 @@
"use strict";
function test() {
foo = "bar";
return foo;
}
console.log(test())