You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just used your great library and found a small bug I thought I should report:
I was adding a int16 variable using debugAddGlobalInt16_t(...) but the App showed me the variable as uint16.
By checking your source I found the error in SerialDebug.cpp:
In the rows 2417, 2421 and 2425 as well as 2523, 2527 and 2531 you use the wrong value for parameter 3.
I've corrected it already locally for me. Would be great if you can take 50 seconds to do the same on your side so my local changes won't be reverted with your next version :)
thx
Soko
The text was updated successfully, but these errors were encountered:
Hi,
Just used your great library and found a small bug I thought I should report:
I was adding a int16 variable using
debugAddGlobalInt16_t(...)
but the App showed me the variable as uint16.By checking your source I found the error in
SerialDebug.cpp
:In the rows 2417, 2421 and 2425 as well as 2523, 2527 and 2531 you use the wrong value for parameter 3.
I've corrected it already locally for me. Would be great if you can take 50 seconds to do the same on your side so my local changes won't be reverted with your next version :)
thx
Soko
The text was updated successfully, but these errors were encountered: