Browse Source

Specify ststm32 @ 6.1.x

Scott Lahteine 5 years ago
parent
commit
3513ea7ae1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

326
 # HAL/STM32 Base Environment values
326
 # HAL/STM32 Base Environment values
327
 #
327
 #
328
 [common_stm32]
328
 [common_stm32]
329
-platform      = ststm32@<6.2.0
329
+platform      = ststm32@~6.1.0
330
 platform_packages = framework-arduinoststm32@>=4.10700,<4.10800
330
 platform_packages = framework-arduinoststm32@>=4.10700,<4.10800
331
 lib_deps      = ${common.lib_deps}
331
 lib_deps      = ${common.lib_deps}
332
 lib_ignore    = SoftwareSerial
332
 lib_ignore    = SoftwareSerial

Loading…
Cancel
Save