rename setup() to start() for module

This commit is contained in:
proddy
2024-05-28 12:10:10 +02:00
parent 4cce16b168
commit fdad5973c3

View File

@@ -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