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

no display using debugA #44

Open jetpax opened 5 years ago

jetpax commented 5 years ago

First, thanks for a wonderful utility

I found debugA doesn't display

changed line 247 of RemoteDebug.h from

#define debugA(fmt, ...) rdebugVln(fmt, ##__VA_ARGS__)

to

#define debugA(fmt, ...) rdebugAln(fmt, ##__VA_ARGS__)

and seems to work

JoaoLopesF commented 5 years ago

Hi @jetpax, thanks to found this bug. I will correct the code Regards

JoaoLopesF commented 5 years ago

Hi @jetpax , this is fixed in lastest version (3.0.0) Thanks a lot for your colaboration

jetpax commented 5 years ago

Thanks Joao, look forward to the web app

Funnily enough I am using your RemoteDebug to debug an issue in my webapp, (resets after 6 hours or so) but think this may be the asyncwebserver that I am using

Actually this shows what maybe a bug in RemoteDebug but I will submit that on another ticket

cmidgley commented 5 years ago

This does not appear to be fixed - as of 3.0.4 it is still "V" instead of "A". Tnx!

JoaoLopesF commented 5 years ago

Hi @cmidgley and @jetpax , My mistake, I changed in incorrect directory and not published to repo Please download the latest version. Thanks for your feedback

karol-brejna-i commented 1 year ago

It works. My version is 3.0.4