STM32 Core update to 2.7.0: Blinky stops blinking
Posted: Thu Nov 23, 2023 3:09 pm
Hi,
I had to redefine LED_BUILTIN for my Blue Pill sketch:
#undef LED_BUILTIN
#define LED_BUILTIN PC13
Is it merely a bug, or some obscure configuration lost? Tools settings of Arduino IDE 2.2.1 for the Blinky certainly got lost; I restored them manually. Or I think I did
I had to redefine LED_BUILTIN for my Blue Pill sketch:
#undef LED_BUILTIN
#define LED_BUILTIN PC13
Is it merely a bug, or some obscure configuration lost? Tools settings of Arduino IDE 2.2.1 for the Blinky certainly got lost; I restored them manually. Or I think I did
