text change

This commit is contained in:
Proddy
2023-07-14 12:10:29 +02:00
parent 2a9be94f6e
commit af3ed871af

View File

@@ -30,7 +30,7 @@ WebEntityService::WebEntityService(AsyncWebServer * server, FS * fs, SecurityMan
// load the settings when the service starts
void WebEntityService::begin() {
_fsPersistence.readFromFS();
EMSESP::logger().info("Starting custom entity service");
EMSESP::logger().info("Starting Custom entity service");
}
// this creates the entity file, saving it to the FS