ErriezSerialTerminal
ErriezSerialTerminal copied to clipboard
Add up down arrow key command
It will be nice to add up down arrow key command for convenience, just like linux bash command. Thanks
Thanks for feature request. I'm happy to accept a PR.
Remember that this library is designed to work on MCU's with small flash and RAM footprints, so it should not break (my) existing projects. For example by optimizing the feature away when history is not used. The number of history commands should be configurable depending on available RAM.