``` C++ 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)