(minor) fix wrong debug tag

This commit is contained in:
Frank
2025-12-29 20:54:05 +01:00
parent 2a56f9b658
commit 76cf309373

View File

@@ -329,7 +329,7 @@ void savePreset(byte index, const char* pname, JsonObject sObj)
// WLEDMM Acquire file mutex before writing presets.json, to prevent presets.json corruption
if (esp32SemTake(presetFileMux, 2500) != pdTRUE) {
USER_PRINTLN(F("doSaveState(): preset file busy, cannot write"));
USER_PRINTLN(F("savePreset(): preset file busy, cannot write"));
return; // early exit, no change
}