mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49: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
|
||||
|
||||
module_.setup(this); // setup the external library modules
|
||||
module_.start(this); // setup the external library modules
|
||||
}
|
||||
|
||||
// main loop calling all services
|
||||
|
||||
Reference in New Issue
Block a user