mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Cleanup WebInterface and make RFIDInterface reachable.
This commit is contained in:
@@ -22,4 +22,7 @@ void app_main(void) {
|
||||
networking.connectWifi();
|
||||
webInterface.start();
|
||||
rfid.start();
|
||||
|
||||
rfid.registerWebResources(&webInterface);
|
||||
webInterface.finishResourceRegistrations();
|
||||
}
|
||||
|
Reference in New Issue
Block a user