mirror of
https://github.com/meshtastic/python.git
synced 2026-04-21 15:34:04 -04:00
Missed some spots
This commit is contained in:
@@ -127,7 +127,7 @@ class Node:
|
||||
|
||||
if self.localConfig.bluetooth:
|
||||
p = admin_pb2.AdminMessage()
|
||||
p.set_config.lora.CopyFrom(self.localConfig.bluetooth)
|
||||
p.set_config.bluetooth.CopyFrom(self.localConfig.bluetooth)
|
||||
self._sendAdmin(p)
|
||||
logging.debug("Wrote bluetooth")
|
||||
time.sleep(0.3)
|
||||
|
||||
Reference in New Issue
Block a user