Open maxkraft7 opened 10 months ago
As it is stated in the README, this library depends on ctime library, provided by SDKs. That error means that in the platformio support for the STM Nucleo WB55, these functions are not implemented or incorrectly linked. To test and to document that, you can try to compile several basic scripts (example scripts, not this library) that make use of time functions (take the examples from other microcontrollers) to see what works and what does not. Then, with that information, notify platformio or the developers of the core for the STM Nucleo WB55. I am afraid that until that is fixed, you will not be able to use this library as it is. The only alternative is that you fork the code and dig into it to substitute the absent functions for those that are actually available for the STM Nucleo WB55.
When I import
CronAlarms.h
and useCron.create(...)
in a platformio project where the board used is a STM Nucleo WB55 I get the following error:This is the exact platformio.ini I'm using.
if you use it with this code the error should be reproducible:
What can I do about this?