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 65305af commit b73cc1fCopy full SHA for b73cc1f
meshtastic/mesh_interface.py
@@ -914,6 +914,8 @@ def _startConfig(self):
914
startConfig = mesh_pb2.ToRadio()
915
if self.configId is None or not self.noNodes:
916
self.configId = random.randint(0, 0xFFFFFFFF)
917
+ if self.configId == NODELESS_WANT_CONFIG_ID:
918
+ self.configId = self.configId + 1
919
startConfig.want_config_id = self.configId
920
self._sendToRadio(startConfig)
921
0 commit comments