Browse Source

Use 5.4.3 for STM32F407VE_black

Scott Lahteine 4 years ago
parent
commit
e7b22a0ed4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

460
 # Shield - https://github.com/jmz52/Hardware
460
 # Shield - https://github.com/jmz52/Hardware
461
 #
461
 #
462
 [env:STM32F407VE_black]
462
 [env:STM32F407VE_black]
463
-platform      = ststm32@5.6.0
463
+platform      = ststm32@5.4.3
464
 framework     = arduino
464
 framework     = arduino
465
 board         = blackSTM32F407VET6
465
 board         = blackSTM32F407VET6
466
 extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
466
 extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py

Loading…
Cancel
Save