seymourLifeRust/notes.md
Blizzard Finnegan fe7cd6d510
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 46s
Basic Cargo Checks / docker-build (push) Successful in 3m57s
Finish temp algorithm, update login algorithm
Bash often drops beginning characters in the first command sent if it is
sent too soon after being logged in. Solution is to wait 1s after
logging in
2023-06-13 15:46:09 -04:00

476 B

Boot time isn't static. Boot time can (in theory) be sped up by forcing a clearing of the screen of all vitals before rebooting. Clearing the screen of all vitals is theoretically possible in the UI menu, with a Spoof Touch, but I don't know the object name of the 'clear' button.

Can check for reboot completed by reading in serial, check for reboot: Restarting System once done, read for login:

First command sent to shell gets dropped (possibly due to timing issue?)