Skip to content

Commit

Permalink
Merge pull request #324 from MarlinFirmware/bugfix-2.0.x
Browse files Browse the repository at this point in the history
Warn in platformio.ini about RCT6 512K (MarlinFirmware#19312)
  • Loading branch information
Vert authored Sep 10, 2020
2 parents ab5f549 + 700e0fe commit 02a5cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,11 @@ upload_protocol = serial
# STM32F103RC_btt_512K ........ RCT6 with 512K
# STM32F103RC_btt_512K_USB .... RCT6 with 512K (USB mass storage)
#
# WARNING! If you have an SKR Mini v1.1 or an SKR Mini E3 1.0 / 1.2 / 2.0 / DIP
# and experience a printer freeze, re-flash Marlin using the regular (non-512K)
# build option. 256K chips may be re-branded 512K chips, but this means the
# upper 256K is sketchy, and failure is very likely.
#

[env:STM32F103RC_btt]
platform = ${common_stm32f1.platform}
Expand Down

0 comments on commit 02a5cdd

Please sign in to comment.