espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
528 stars 93 forks source link

uint32_t vs int issue #47

Closed grodansparadis closed 1 year ago

grodansparadis commented 1 year ago

Trying to compile esp-now with 5.1 fails due to ticks etc now being uint32_t instead of int's. Is this in the "fixing pipeline"?

grodansparadis commented 1 year ago

Using the esp-idf component is a solution for this. So solved.