mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-17 17:34:56 -05:00
Added support for configuring RNode WiFi settings to rnodeconf
This commit is contained in:
parent
1179757893
commit
b2d6ed733d
3 changed files with 195 additions and 36 deletions
|
|
@ -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()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue