Page 1 of 1

ESP-IDF esp-azure , C/C++, coding API query

Posted: Thu Jan 20, 2022 4:41 pm
by djoshi
Hi

I am working on the example of esp-azure.

I have noticed that it incorporated freeRTOS, as an azure task.

It also uses

Code: Select all

 ThreadAPI_Sleep(1);
Is this a valid code for ESP32 as I see no reference in the API guide? Maybe I am wrong.