mirror of
https://github.com/meshtastic/python.git
synced 2026-04-21 07:24:08 -04:00
Update protobufs
This commit is contained in:
@@ -190,6 +190,8 @@ class Node:
|
||||
)
|
||||
elif config_name == "neighbor_info":
|
||||
p.set_module_config.neighbor_info.CopyFrom(self.moduleConfig.neighbor_info)
|
||||
elif config_name == "detection_sensor":
|
||||
p.set_module_config.detection_sensor.CopyFrom(self.moduleConfig.detection_sensor)
|
||||
else:
|
||||
our_exit(f"Error: No valid config with name {config_name}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user