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

Acitive and deactive RemoteDebug by code #49

Open array81 opened 5 years ago

array81 commented 5 years ago

Is it possible active and deactive RemoveDebug by code? On my project with ESP8266 there is a html page (by webserver) to set some option. I'd like add a option to active/deactive RemoteDebug, so I can use it when I need without compile my project.

Is it possible? How?

Is possibile change activection time by code without chance library code (default 5 minutes)?

JoaoLopesF commented 5 years ago

Hi, sorry by delay on response

You can try use begin/stop methods for this

Regards