-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚨 Cleaner errors for renamed envs (#23690)
- Loading branch information
1 parent
a8f95e3
commit 569f867
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters