From 9661c9a0eb28345d4712dfaf73899b7f0a4cefac Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 23 Nov 2025 13:04:31 +0100 Subject: [PATCH] typo --- src/web/WebCustomEntityService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/WebCustomEntityService.cpp b/src/web/WebCustomEntityService.cpp index e81f383c6..66bf0efc8 100644 --- a/src/web/WebCustomEntityService.cpp +++ b/src/web/WebCustomEntityService.cpp @@ -43,7 +43,7 @@ void WebCustomEntityService::begin() { } // this creates the entity file, saving it to the FS -// and also calls when the Entity web page is refreshed +// and also calls when the Custom Entity web page is refreshed void WebCustomEntity::read(WebCustomEntity & webEntity, JsonObject root) { JsonArray entity = root["entities"].to(); uint8_t counter = 0;