Skip to content

Commit 78ecd53

Browse files
thisiskeithbvgadreau
authored andcommitted
Warn in platformio.ini about RCT6 512K (MarlinFirmware#19312)
1 parent c34c918 commit 78ecd53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio.ini

+5
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,11 @@ upload_protocol = serial
582582
# STM32F103RC_btt_512K ........ RCT6 with 512K
583583
# STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
584584
#
585+
# WARNING! If you have an SKR Mini v1.1 or an SKR Mini E3 1.0 / 1.2 / 2.0 / DIP
586+
# and experience a printer freeze, re-flash Marlin using the regular (non-512K)
587+
# build option. 256K chips may be re-branded 512K chips, but this means the
588+
# upper 256K is sketchy, and failure is very likely.
589+
#
585590

586591
[env:STM32F103RC_btt]
587592
platform = ${common_stm32f1.platform}

0 commit comments

Comments
 (0)