mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 14:59:24 -04:00
added missing audio module remote config
This commit is contained in:
1 parent
1f47c225b3
commit
4bfedf6aa9
1 file changed
+2
@@ -615,6 +615,8 @@ class MeshInterface:
|
||||
self.localNode.moduleConfig.telemetry.CopyFrom(fromRadio.moduleConfig.telemetry)
|
||||
elif fromRadio.moduleConfig.HasField("canned_message"):
|
||||
self.localNode.moduleConfig.canned_message.CopyFrom(fromRadio.moduleConfig.canned_message)
|
||||
elif fromRadio.moduleConfig.HasField("audio"):
|
||||
self.localNode.moduleConfig.audio.CopyFrom(fromRadio.moduleConfig.audio)
|
||||
elif fromRadio.moduleConfig.HasField("remote_hardware"):
|
||||
self.localNode.moduleConfig.remote_hardware.CopyFrom(fromRadio.moduleConfig.remote_hardware)
|
||||
|
||||
|
||||
Reference in new issue
Block a user