stm32duino/STM32LowPower

Fails to compile in Platform.IO

mtbspace opened this issue · 1 comments

It seems it cannot find the function prototypes. Is there something extra I need to do after installing this library?

Compiling .pio/build/rak811_tracker/libda9/STM32duino Low Power/STM32LowPower.cpp.o
.pio/libdeps/rak811_tracker/STM32duino Low Power/src/STM32LowPower.cpp: In member function 'void STM32LowPower::begin()':
.pio/libdeps/rak811_tracker/STM32duino Low Power/src/STM32LowPower.cpp:56:3: error: 'LowPower_init' was not declared in this scope; did you mean 'LowPower'?
   56 |   LowPower_init();

Just found this is a duplicate of #34