Skip to content

Commit

Permalink
Log unrecognized output after RUN as debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Nov 7, 2024
1 parent 978acf8 commit a6404d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/bootloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ export class GeckoBootloader extends EventEmitter<GeckoBootloaderEventMap> {
this.resolveState(BootloaderState.IDLE)
} else if (received.includes(BOOTLOADER_FIRMWARE_RAN)) {
this.resolveState(BootloaderState.NOT_CONNECTED)
} else {
logger.debug(received.toString('ascii'), NS)
}

break
Expand Down

0 comments on commit a6404d4

Please sign in to comment.