tidy up comments

This commit is contained in:
proddy
2026-04-27 11:08:52 +02:00
parent 1cff1abc33
commit 7c6259dddd
3 changed files with 3 additions and 9 deletions

View File

@@ -1811,10 +1811,10 @@ void EMSESP::start() {
analogsensor_.start(factory_settings); // Analog external sensors
// start web services
LOG_INFO("Starting Web Server");
webLogService.start(); // apply settings to weblog service
webModulesService.begin(); // setup the external library modules
webServer.begin(); // start the web server
LOG_INFO("Starting Web Server");
}
void EMSESP::start_serial_console() {