Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2025-04-04 07:37:27 +01:00
52 changed files with 1170 additions and 606 deletions

View File

@@ -109,6 +109,8 @@ class FlipperStorage:
def start(self):
self.port.open()
time.sleep(0.5)
self.read.until(self.CLI_PROMPT)
self.port.reset_input_buffer()
# Send a command with a known syntax to make sure the buffer is flushed
self.send("device_info\r")