mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
rename setup() to start() for module
This commit is contained in:
@@ -1647,7 +1647,7 @@ void EMSESP::start() {
|
|||||||
|
|
||||||
webServer.begin(); // start the web server
|
webServer.begin(); // start the web server
|
||||||
|
|
||||||
module_.setup(this); // setup the external library modules
|
module_.start(this); // setup the external library modules
|
||||||
}
|
}
|
||||||
|
|
||||||
// main loop calling all services
|
// main loop calling all services
|
||||||
|
|||||||
Reference in New Issue
Block a user