IOM2021

Results 4 comments of IOM2021

Users of a project I'm working on have started reporting issues as they have upgraded to version 3.0.0 when using the following code that is taken from the example ESPNow_Basic_Slave...

> Underlying IDF APIs have changed. We have rolled out our own library for ESP-NOW in v3.0.0. You can give that a shot I have been trying to modify the...

> In the older compiler it was formulated > `(const uint8_t* mac, const uint8_t* incomingData, int len)` > In the revised code, it is > `(const esp_now_recv_info_t *info, const uint8_t...

I made a video with code samples at https://www.youtube.com/watch?v=2WN4O3jtBfI and a 2nd to do with setting a custom mac address at https://www.youtube.com/watch?v=WWvOgWcHpd8 Thought I'd share the info once I finally...