adding fix for newest version of esp-idf#948
Conversation
|
@W-M-D can i ask you a question... |
|
Darn, I can't remember off the top of my head. I'm pretty sure there was a change in freertos that requires this. |
|
I got cpp_utils to compile with this PR, and a couple small tweaks. But BLE scanning seems to be broken and the errors point to the FreeRTOS::Semaphore mentioned above. I'm getting this Seems to happen when the scan period is over and Semaphore::give is called. Anyone seen this? |
|
FYI, reverting the semaphore changes make the BLE scan work with current IDF. Not sure if it causes any other issues though. |
fixed some files for the newest version of esp-idf