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