update webserver

This commit is contained in:
OldManSteve 2023-11-25 12:14:20 +08:00
parent 9ee17b5a98
commit 778e4f564e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ int main() {
.p_pid = &pid,
.obs = &obs};
webserver_init(&car_struct);
webserver_init(&car_struct); //to test webserver only, remove car_struct from all frontend files
// Start the FreeRTOS scheduler