Skip to content

Commit

Permalink
🚨 Cleaner errors for renamed envs (MarlinFirmware#23690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and Omkar Dhekne committed Mar 25, 2024
1 parent 6a2ef53 commit 9197a3e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ini/renamed.ini
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9197a3e

Please sign in to comment.