🚨 Cleaner errors for renamed envs (#23690)

This commit is contained in:
ellensp 2022-02-08 09:49:26 +13:00 committed by Scott Lahteine
parent 6e23ffd12c
commit c4341a4e35
2 changed files with 26 additions and 0 deletions

25
ini/renamed.ini Normal file
View File

@ -0,0 +1,25 @@
#
# Marlin Firmware
# PlatformIO Configuration File
#
#################################
# #
# Renamed Environments #
# #
#################################
#
# List of environment names that are no longer used
#
[env:STM32F103RET6_creality_maple]
extends = env:STM32F103RE_maple
[env:STM32F103RET6_creality]
extends = STM32F103Rx_creality
board = genericSTM32F103RE
[env:STM32F103RET6_creality_xfer]
extends = STM32F103Rx_creality_xfer
board = genericSTM32F103RE

View File

@ -32,6 +32,7 @@ extra_configs =
ini/stm32h7.ini
ini/stm32g0.ini
ini/teensy.ini
ini/renamed.ini
#
# The 'common' section applies to most Marlin builds.