SimpleSerialShell icon indicating copy to clipboard operation
SimpleSerialShell copied to clipboard

An extensible command shell for Arduino.

Results 3 SimpleSerialShell issues
Sort by recently updated
recently updated
newest added

Very cute uWu ![image](https://user-images.githubusercontent.com/40475862/176947701-bbf94824-1be6-4b02-a6ac-b08b9f7cfd06.png) I set the default message to Welcome to SimpleSerialShell. To change it, one has to use the function ```shell.setWelcomeMessage(F("NotSimpleSerialShell");``` before calling ```shell.attach(Serial);```.

This saves 20%(800 bytes) Memory cost of library :D. Only tested with EpoxyDuino. Not safe for deploy. Needs to be tested with other controllers.

Thanks for making such a great library. Incredibly useful. Especially because you have both Serial attachment and a more manual ```shell.execute(line);``` features. There's only one feature that I think would...