mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Merge remote-tracking branch 'OFW/dev' into dev
This commit is contained in:
commit
a9f050f367
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class Main(App):
|
|||
return 4
|
||||
|
||||
self.logger.info(f"Launching app: {startup_command}")
|
||||
storage.send_and_wait_eol(f"loader open {startup_command}\r")
|
||||
storage.send_and_wait_eol(f'loader open "{startup_command}"\r')
|
||||
|
||||
if len(result := storage.read.until(storage.CLI_EOL)):
|
||||
self.logger.error(f"Unexpected response: {result.decode('ascii')}")
|
||||
|
|
Loading…
Reference in a new issue