Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tcl/airsense-info.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@ proc h {} {
echo "\tp : print all values"
echo "\th : show this help screen"
}

# ------------------------------------------------------------------
# Faycal Kilalis Postboot fix

proc postboot {} {
# resume execution at the reset vector
echo "Jumping to application…"
reset run
}
# ------------------------------------------------------------------