We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
template <typename Generic> void DEBUG_WM(Generic text) { if (_debug) { Serial.print("*WM: "); Serial.println(text); } }
it's working fine with Previous version(1.6.7)