mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 00:15:43 -04:00
Added support for SX126x-based RNodes
This commit is contained in:
parent
878e67f69d
commit
1aba4ec43a
2 changed files with 195 additions and 66 deletions
|
@ -190,7 +190,7 @@ class RNodeInterface(Interface):
|
|||
RNS.log("Invalid frequency configured for "+str(self), RNS.LOG_ERROR)
|
||||
self.validcfg = False
|
||||
|
||||
if (self.txpower < 0 or self.txpower > 17):
|
||||
if (self.txpower < 0 or self.txpower > 22):
|
||||
RNS.log("Invalid TX power configured for "+str(self), RNS.LOG_ERROR)
|
||||
self.validcfg = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue