We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae904f6 + 15b03b7 commit 2c8fd8bCopy full SHA for 2c8fd8b
1 file changed
meshtastic/node.py
@@ -128,7 +128,7 @@ def requestConfig(self, configType):
128
print("Requesting current config from remote node (this can take a while).")
129
130
msgIndex = configType.index
131
- if configType.containing_type.full_name in ("meshtastic.LocalConfig", "LocalConfig"):
+ if configType.containing_type.name == "LocalConfig":
132
p = admin_pb2.AdminMessage()
133
p.get_config_request = msgIndex
134
self._sendAdmin(p, wantResponse=True, onResponse=onResponse)
0 commit comments