Home
last modified time | relevance | path

Searched refs:smartconfig_example_task (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c34 static void smartconfig_example_task(void * parm);
40 xTaskCreate(smartconfig_example_task, "smartconfig_example_task", 4096, NULL, 3, NULL); in event_handler()
107 static void smartconfig_example_task(void * parm) in smartconfig_example_task() function