Browse Source

Specify ststm32 @ 6.1.x

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

Loading…
Cancel
Save