mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Add missing StoreForward config from radio
This commit is contained in:
1 parent
c52977781e
commit
d4156d78c6
1 file changed
+4
@@ -896,6 +896,10 @@ class MeshInterface:
|
||||
self.localNode.moduleConfig.external_notification.CopyFrom(
|
||||
fromRadio.moduleConfig.external_notification
|
||||
)
|
||||
elif fromRadio.moduleConfig.HasField("store_forward"):
|
||||
self.localNode.moduleConfig.store_forward.CopyFrom(
|
||||
fromRadio.moduleConfig.store_forward
|
||||
)
|
||||
elif fromRadio.moduleConfig.HasField("range_test"):
|
||||
self.localNode.moduleConfig.range_test.CopyFrom(
|
||||
fromRadio.moduleConfig.range_test
|
||||
|
||||
Reference in new issue
Block a user