You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiling for ESP8266 controllers fail after updating the library to version 0.1.4 on Arduino IDE (both v1 and v2).
part of the error message is:
"ld2410.cpp:182:20: error: 'pdMS_TO_TICKS' was not declared in this scope"
at the same time compiling with version 0.1.3 is successful.
please advise
thanks
The text was updated successfully, but these errors were encountered:
Please test this branch on your ESP8266 board (I don't have one for debugging) and let me know if it works. I'll submit a pull request once it's confirmed working.
hi,
compiling for ESP8266 controllers fail after updating the library to version 0.1.4 on Arduino IDE (both v1 and v2).
part of the error message is:
"ld2410.cpp:182:20: error: 'pdMS_TO_TICKS' was not declared in this scope"
at the same time compiling with version 0.1.3 is successful.
please advise
thanks
The text was updated successfully, but these errors were encountered: