-
|
All, I am getting a compiler where I never had it before. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
The compile error is due to a change in the ESP32 ESP-NOW API. The send callback now requires |
Beta Was this translation helpful? Give feedback.
-
|
esp_now_register_send_cb(OnDataSent); |
Beta Was this translation helpful? Give feedback.
esp_now_register_send_cb(OnDataSent);
but now (today at least !)
esp_now_register_send_cb(esp_now_send_cb_t(OnDataSent));