From 60e6b712d25c39151c4d14fbe9eecf260185f764 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Mon, 19 Aug 2024 08:19:32 +0100 Subject: [PATCH] Update minimum SF --- RNS/Interfaces/Android/RNodeInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/Android/RNodeInterface.py b/RNS/Interfaces/Android/RNodeInterface.py index 42b27ae..df3db02 100644 --- a/RNS/Interfaces/Android/RNodeInterface.py +++ b/RNS/Interfaces/Android/RNodeInterface.py @@ -436,7 +436,7 @@ class RNodeInterface(Interface): RNS.log("Invalid bandwidth configured for "+str(self), RNS.LOG_ERROR) 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) self.validcfg = False