You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I have slightly understood the purposes of task processing of Arduino.
I wonder ESP32-BLE-Mouse works well without xTaskCreate().
Does skipping(bypassing) this xTaskCreate() invites some troubles?
I believe that skipping may invite some delaying.
However ESP32-BLE-Keyboard does not use xTaskCreate(), doesn't it?
The text was updated successfully, but these errors were encountered:
I have the same question. Based on FreeRTOS doc, sigle core ESP32 like C3 may suffer stability issue using task/threading functionarity? Also the way it is used is to offload the initalization, which might be a nice thing if worked, but not an essential improvement?
Hi.
I have slightly understood the purposes of task processing of Arduino.
I wonder ESP32-BLE-Mouse works well without xTaskCreate().
Does skipping(bypassing) this xTaskCreate() invites some troubles?
I believe that skipping may invite some delaying.
However ESP32-BLE-Keyboard does not use xTaskCreate(), doesn't it?
The text was updated successfully, but these errors were encountered: