Update minimum SF

This commit is contained in:
jacob.eva 2024-08-19 08:19:32 +01:00
parent 2ef87a5e70
commit 60e6b712d2
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -436,7 +436,7 @@ class RNodeInterface(Interface):
RNS.log("Invalid bandwidth configured for "+str(self), RNS.LOG_ERROR) RNS.log("Invalid bandwidth configured for "+str(self), RNS.LOG_ERROR)
self.validcfg = False self.validcfg = False
if (self.sf < 7 or self.sf > 12): if (self.sf < 5 or self.sf > 12):
RNS.log("Invalid spreading factor configured for "+str(self), RNS.LOG_ERROR) RNS.log("Invalid spreading factor configured for "+str(self), RNS.LOG_ERROR)
self.validcfg = False self.validcfg = False