Added support for configuring RNode WiFi settings to rnodeconf

This commit is contained in:
Mark Qvist 2025-11-17 17:16:06 +01:00
parent 1179757893
commit b2d6ed733d
3 changed files with 195 additions and 36 deletions

View file

@ -757,6 +757,10 @@ class RNodeInterface(Interface):
self.timeout = 1500
RNS.log(f"BLE connection {self.port} to RNode now open")
if self.tcp != None and self.tcp.connected:
self.timeout = 1000
RNS.log(f"TCP connection tcp://{self.tcp_host} to RNode now open")
RNS.log("Configuring RNode interface...", RNS.LOG_VERBOSE)
self.initRadio()
if (self.validateRadioState()):