JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

Add flag SHOW_TIME to disable showing help on connection #43

Closed Cubox closed 5 years ago

Cubox commented 5 years ago

Also added a way to disable timeouts by passing -D MAX_TIME_INACTIVE=0 on compilation

Those are edits I needed for my own code, feel free to edit my modifications to better fit your code.

JoaoLopesF commented 5 years ago

Merged, tanks a lot