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
This version of the platform refers to the Arduino STM32 core by Roger Clark.
Newer versions of the core refer to the STM32duino by ST.
If I remember correctly, I took that version to prevent this issue platformio/platform-ststm32#231.
From the comments, this issue might be avoided by setting board = genericSTM32F103C8.
I had not worked on this project for some time and now the STM32f103c8/b environments fail to compile.
This is related to the old
platform
optionPowerLogger/platformio.ini
Lines 41 to 45 in e5bd2d1
This version of the platform refers to the Arduino STM32 core by Roger Clark.
Newer versions of the core refer to the STM32duino by ST.
If I remember correctly, I took that version to prevent this issue platformio/platform-ststm32#231.
From the comments, this issue might be avoided by setting
board = genericSTM32F103C8
.Using the stm32duino core requires the stm32duino/STM32duino RTC library.
The text was updated successfully, but these errors were encountered: