We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590b60f commit 03c1f08Copy full SHA for 03c1f08
1 file changed
meshtastic/__main__.py
@@ -135,6 +135,7 @@ def splitCompoundName(comp_name):
135
return name
136
137
def traverseConfig(config_root, config, interface_config):
138
+ """Iterate through current config level preferences and either traverse deeper if preference is a dict or set preference"""
139
snake_name = meshtastic.util.camel_to_snake(config_root)
140
for pref in config:
141
pref_name = f"{snake_name}.{pref}"
0 commit comments