add debug comment

This commit is contained in:
Proddy
2023-01-11 23:34:52 +01:00
parent 17b9b8ec3a
commit b54777bccb

View File

@@ -53,6 +53,7 @@ uint8_t Command::process(const char * path, const bool is_admin, const JsonObjec
}
#ifdef EMSESP_DEBUG
Serial.print("[DEBUG] processing path: ");
Serial.println(p.path().c_str()); // dump paths, for debugging
#endif