SerialDebug icon indicating copy to clipboard operation
SerialDebug copied to clipboard

Showing/Changing global variables is not working for Low Memory Board

Open lozziboy opened this issue 5 years ago • 0 comments

All the instruction to add global variables that can showed/changed from SerialDebug does not work for Low Memory Board like the Arduino UNO.

I'm speaking about all these functions: debugAddGlobalBoolean("mBoolean", &mBoolean); debugAddGlobalChar("mChar", &mChar); debugAddGlobalByte("mByte", &mByte); debugAddGlobalInt("mInt", &mInt); debugAddGlobalUInt("mUInt", &mUInt); debugAddGlobalLong("mLong", &mLong); debugAddGlobalULong("mULong", &mULong); debugAddGlobalFloat("mFloat", &mFloat); debugAddGlobalDouble("mDouble", &mDouble);

lozziboy avatar Jul 31 '20 07:07 lozziboy