Skip to content

Commit d19da87

Browse files
committed
a try to fix the stm version to 2.2.0
1 parent 2e6901a commit d19da87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
2020
- STMicroelectronics:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
2121
- STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX # stm32f405 - odrive
22-
- STMicroelectronics:stm32:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
22+
- STMicroelectronics:stm32@2.2.0:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
2323
- arduino:mbed_rp2040:pico # rpi pico
2424

2525
include:
@@ -59,7 +59,7 @@ jobs:
5959
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
6060
sketch-names: bluepill_position_control.ino, stm32_i2c_dual_bus_example.ino, stm32_spi_alt_example.ino
6161

62-
- arduino-boards-fqbn: STMicroelectronics:stm32:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
62+
- arduino-boards-fqbn: STMicroelectronics:stm32@2.2.0:Disco:pnum=B_G431B_ESC1 # B-G431-ESC1
6363
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
6464
sketch-names: B_G431B_ESC1.ino
6565
build-properties:

0 commit comments

Comments
 (0)