mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 20:16:59 +00:00
tidy up comments
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user