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

Delete duplicate example file #51

Closed per1234 closed 5 years ago

per1234 commented 5 years ago

The file RemoteDebugger.ino in the RemoteDebug_Debugger example sketch appears to be an outdated duplicate of RemoteDebug_Debugger.ino, which is also in that sketch folder. Attempt to compile the sketch with both these files in place results in several "redefinition" errors:

RemoteDebugger:154:13: error: redefinition of 'RemoteDebug Debug'

 RemoteDebug Debug;

             ^
JoaoLopesF commented 5 years ago

Hi,

Thanks a lot for your colaboration

Regards