sx127x: fix typos, provide corrections

This commit is contained in:
Olivier Fauchon
2023-01-30 22:12:48 +01:00
committed by deadprogram
parent 07ba9ec0fd
commit d57d9b6c74
3 changed files with 26 additions and 10 deletions
-2
View File
@@ -343,10 +343,8 @@ func lw(setting string) error {
if param == "NET" {
if val == "ON" {
lorawan.SetPublicNetwork(true)
println("SET PUBLIC NET")
} else {
lorawan.SetPublicNetwork(false)
println("SET PRIVATE NET")
}
}
}