Browse Source

Fix MKS Robin section in platformio.ini (#13598)

Updated ststm32 version because the old version gives build errors. Added `U8glib-HAL` to ignore list because there are also build errors.
SmallSharky 5 years ago
parent
commit
1de6e7fb9d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      platformio.ini

+ 2
- 1
platformio.ini View File

302
 # MKS Robin (STM32F103ZET6)
302
 # MKS Robin (STM32F103ZET6)
303
 #
303
 #
304
 [env:mks_robin]
304
 [env:mks_robin]
305
-platform      = ststm32@5.1.0
305
+platform      = ststm32@5.3.0
306
 framework     = arduino
306
 framework     = arduino
307
 board         = genericSTM32F103ZE
307
 board         = genericSTM32F103ZE
308
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
308
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
318
   Adafruit NeoPixel
318
   Adafruit NeoPixel
319
   libf3e
319
   libf3e
320
   TMC26XStepper
320
   TMC26XStepper
321
+  U8glib-HAL
321
 
322
 
322
 #
323
 #
323
 # STM32F407VET6 with RAMPS-like shield
324
 # STM32F407VET6 with RAMPS-like shield

Loading…
Cancel
Save