This commit is contained in:
parent
2a55d69ac4
commit
727dc8c2ee
3 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ void user_init(void)
|
|||
|
||||
system_init_config();
|
||||
|
||||
wifi_available_semaphore = xSemaphoreCreateBinary();
|
||||
|
||||
xTaskCreate(wifi_task, "wifi_task", 512, NULL, 2, NULL);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue