Open enyineer opened 1 year ago
This is because the component is still in an older version. To fix this you can update CalEPD to latest master. Or just temporarily run a:
pio run -t menuconfig
And then navigate to Components --> FreeRTOS ---> Enable BACKWARDS_COMPATIBILITY
Hey Martin,
first of all, thank you for your projects!
When trying to build this example I do get the following warnings and errors which lead to the build failing (without changing anything):
Any ideas? Seems like
portTICK_RATE_MS
needs to be defined somewhere. Is this a bug with the current version?