Fix abrupt disconnect and adds Transmit functionality
#10
Closed
androiddrew
wants to merge 3 commits from drew/fix-disconnect
into main
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'drew/fix-disconnect'
Deleting a branch is permanent. It CANNOT be undone. Continue?
PR fixes the issue reported where the disconnect is not recognized when micro controller experiences power loss. Also adds a transmit functionality, but is tailored at present to just Micropython repl. Future work will add an advanced options section that will allow the user finer granularity over how messages are sent.
Also adds a keybinding to Control + C to send micropython's expected
\r\0x03\0x03
interrupt sequence.closes #8
close #7