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

Allow bracket pattern customization #69

Open tablatronix opened 3 years ago

tablatronix commented 3 years ago

allow tokens to replace (...) bracket enclosures

I have my own syntax highlighter and use [..] brackets for debug features

It looks like this might be an easy change

tablatronix commented 3 years ago

It is fairly easy

This seems to be the only 2 locations needed