Skip to content

Commit

Permalink
Handle possible garbage left at the prompt better.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Jan 18, 2021
1 parent b28f0c9 commit 5560a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otmonitor.vfs/upgrade.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ proc upgrade::resetcommand {} {
diagnose {
# The reset command was added to the diagnose firmware version 1.2
if {![package vsatisfies $fwversion 1.2-]} {return 0}
set resetcmd 0
set resetcmd \r0
}
default {
# Other firmware doesn't support the GW=R command
Expand Down

0 comments on commit 5560a74

Please sign in to comment.