more javascript shit

This commit is contained in:
2023-12-22 17:26:00 +01:00
parent 58801f870e
commit 2541c83ebe
6 changed files with 125 additions and 41 deletions

View File

@@ -130,7 +130,7 @@ fn main() -> Result<()> {
board.wifi_ap().unwrap();
//config upload will trigger reboot!
drop(board);
let _webserver = httpd_initial(board_access.clone());
let _webserver = httpd_initial(&board_access);
wait_infinity(board_access.clone(), WaitType::InitialConfig);
},
};