mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text change
This commit is contained in:
@@ -30,7 +30,7 @@ WebEntityService::WebEntityService(AsyncWebServer * server, FS * fs, SecurityMan
|
|||||||
// load the settings when the service starts
|
// load the settings when the service starts
|
||||||
void WebEntityService::begin() {
|
void WebEntityService::begin() {
|
||||||
_fsPersistence.readFromFS();
|
_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
|
// this creates the entity file, saving it to the FS
|
||||||
|
|||||||
Reference in New Issue
Block a user