From b5f571f2cbab3fd44fcf1158a5fd8b5584cd45fb Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 8 Sep 2024 15:41:07 +0200 Subject: [PATCH] formatting --- lib/framework/FSPersistence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/framework/FSPersistence.h b/lib/framework/FSPersistence.h index 712ed1cb2..7478e4886 100644 --- a/lib/framework/FSPersistence.h +++ b/lib/framework/FSPersistence.h @@ -42,7 +42,7 @@ class FSPersistence { // hard-coded emergency defaults are now applied. #ifdef EMSESP_DEBUG Serial.println(); - Serial.printf("Applying defaults to %s ", _filePath); + Serial.printf("Applying defaults to %s", _filePath); Serial.println(); #endif applyDefaults();