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 6326a8c commit 66f7faeCopy full SHA for 66f7fae
src/main.py
@@ -68,7 +68,7 @@ async def run(self, address):
68
69
if self.device.fallback:
70
self.logger.info(f"Fallback: software_version populated with hardware_version.")
71
- self.device.config = {'software_version': self.device.config['hardware_version']}
+ self.device.info = {'software_version': self.device.info['hardware_version']}
72
73
while self.device.info['software_version'] is None:
74
self.logger.info(f"Waiting for software version...")
0 commit comments