We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08ec18 commit 073274cCopy full SHA for 073274c
meshtastic/node.py
@@ -121,7 +121,7 @@ def onResponseRequestSettings(self, p):
121
)
122
return
123
if config_values is not None:
124
- raw_config = getattr(getattr(adminMessage['raw'], oneof), field)
+ raw_config = getattr(getattr(adminMessage['raw'], oneof), camel_to_snake(field))
125
config_values.CopyFrom(raw_config)
126
print(f"{str(camel_to_snake(field))}:\n{str(config_values)}")
127
0 commit comments