Explorar o código

Scripts: remove padding from cli output detection (#790)

あく %!s(int64=4) %!d(string=hai) anos
pai
achega
122e0a89ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/flipper/storage.py

+ 1 - 1
scripts/flipper/storage.py

@@ -65,7 +65,7 @@ class FlipperStorage:
         self.port.reset_input_buffer()
         self.port.reset_input_buffer()
         # Send a command with a known syntax to make sure the buffer is flushed
         # Send a command with a known syntax to make sure the buffer is flushed
         self.send("device_info\r")
         self.send("device_info\r")
-        self.read.until("hardware_model      :")
+        self.read.until("hardware_model")
         # And read buffer until we get prompt
         # And read buffer until we get prompt
         self.read.until(self.CLI_PROMPT)
         self.read.until(self.CLI_PROMPT)