ESP-Now-Serial-Bridge icon indicating copy to clipboard operation
ESP-Now-Serial-Bridge copied to clipboard

added fix for ESP32 Core 2.X.X changes to esp_now_register_recv_cb

Open dakotawinslow opened this issue 11 months ago • 1 comments

Newer version of ESP32 Core (2.X.X) has an additional parameter in the esp_now_register_recv_cb() function call. I added a new version of the OnDataRecv() function to be compliant, and commented out the old one to allow for easy rollback.

dakotawinslow avatar Jan 20 '25 16:01 dakotawinslow

Worked nicely in my tests

jennib avatar May 18 '25 21:05 jennib