web_config.cpp

This commit is contained in:
John Varghese
2025-06-03 20:24:44 +05:30
committed by GitHub
parent 135de98f81
commit 937319e9ac

View File

@@ -82,3 +82,7 @@ void web_config_start() {
webConfigServer.begin();
Serial.println("[INFO] Web config server started.");
}
void web_config_loop() {
webConfigServer.handleClient();
}