nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

Bluetooth Locking core 1 on ESP32 #1028

Open assz99 opened 4 years ago

assz99 commented 4 years ago

One day i decided to put Bluetooth one of my projects, when i put one of the core (Core 1) Lock the other tasks to do. I do like to know, what core callback is calling, and if he is locking the core until he receive a message of anothers core. Have a way to decide what core he gonna work? our put callback into the task schedule on esp32?