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

Update RemoteDebug_Basic.ino #1

Closed jmrichard closed 7 years ago

jmrichard commented 7 years ago

I needed to have a string in Debug.begin() in order for the code to compile in the Arduino IDE in OSX

I get the error without the string:

exit status 1 no matching function for call to 'RemoteDebug::begin()'

JoaoLopesF commented 7 years ago

Yes Now I see the bug

Thanks a lot

Joao