arduino / arduino-alvik-mpy

Alvik Robot library
Mozilla Public License 2.0
9 stars 2 forks source link

feat: _wait_for_fw_check timeout on unavailable FW version #32

Closed eigen-value closed 3 days ago

eigen-value commented 6 days ago

A blocking _wait_for_fw_check can be an issue during testing if UART is not responding This PR implements a timeout to _wait_for_fw_check and prints a warning to the REPL if timeout is expired