mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 22:13:45 +02:00
Fix json parsing in openiris_device in cases where logs got stiched together, fix tests not waiting long enough after reboot, add board cleanup step after test session, fix leftover prints in networks representation breaking json output
This commit is contained in:
@@ -43,7 +43,7 @@ class OpenIrisDeviceManager:
|
||||
|
||||
self._device = OpenIrisDevice(port, False, False)
|
||||
self._device.connect()
|
||||
time.sleep(int(config["SWITCH_MODE_REBOOT_TIME"]))
|
||||
time.sleep(config.SWITCH_MODE_REBOOT_TIME)
|
||||
|
||||
return self._device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user