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 07ff960 commit 60b1baaCopy full SHA for 60b1baa
arduino_alvik/arduino_alvik.py
@@ -214,7 +214,7 @@ def begin(self) -> int:
214
self._snake_robot(1000)
215
self._wait_for_ack()
216
if not self._wait_for_fw_check():
217
- print('\n********** PLEASE UPDATE ALVIK FIRMWARE! Check documentation **********\n')
+ print('\n********** PLEASE UPDATE ALVIK FIRMWARE (required: '+'.'.join(map(str,self._required_fw_version))+')! Check documentation **********\n')
218
sys.exit(-2)
219
self._snake_robot(2000)
220
self.set_illuminator(True)
0 commit comments