Browse Source

Warn in platformio.ini about RCT6 512K (#19312)

Keith Bennett 4 years ago
parent
commit
700e0fe7d7
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      platformio.ini

+ 5
- 0
platformio.ini View File

739
 #   STM32F103RC_btt_512K ........ RCT6 with 512K
739
 #   STM32F103RC_btt_512K ........ RCT6 with 512K
740
 #   STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
740
 #   STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
741
 #
741
 #
742
+# WARNING! If you have an SKR Mini v1.1 or an SKR Mini E3 1.0 / 1.2 / 2.0 / DIP
743
+# and experience a printer freeze, re-flash Marlin using the regular (non-512K)
744
+# build option. 256K chips may be re-branded 512K chips, but this means the
745
+# upper 256K is sketchy, and failure is very likely.
746
+#
742
 
747
 
743
 [env:STM32F103RC_btt]
748
 [env:STM32F103RC_btt]
744
 platform          = ${common_stm32f1.platform}
749
 platform          = ${common_stm32f1.platform}

Loading…
Cancel
Save