Open jakeg opened 1 year ago
Is this delay really needed?
https://github.com/kaluma-project/kaluma/blob/3bf77ea1b7278b9d236415f7df1609e0a55d10b0/src/repl.c#L509
... it makes flashing new usercode to the Pico take 0.5s more than it maybe needs to.
Just for safe YMODEM communication. it's not necessary. (Some YMODEM client failed without delay when we tested)
Is this delay really needed?
https://github.com/kaluma-project/kaluma/blob/3bf77ea1b7278b9d236415f7df1609e0a55d10b0/src/repl.c#L509
... it makes flashing new usercode to the Pico take 0.5s more than it maybe needs to.