From b54777bccbaad382307d6939686392f095392ff2 Mon Sep 17 00:00:00 2001 From: Proddy Date: Wed, 11 Jan 2023 23:34:52 +0100 Subject: [PATCH] add debug comment --- src/command.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command.cpp b/src/command.cpp index 9d8f2ee65..6059b17f2 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -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