Browse Source

🚨 Cleaner errors for renamed envs (#23690)

ellensp 2 years ago
parent
commit
569f867ea9
2 changed files with 26 additions and 0 deletions
  1. 25
    0
      ini/renamed.ini
  2. 1
    0
      platformio.ini

+ 25
- 0
ini/renamed.ini View File

@@ -0,0 +1,25 @@
1
+#
2
+# Marlin Firmware
3
+# PlatformIO Configuration File
4
+#
5
+
6
+#################################
7
+#                               #
8
+#     Renamed Environments      #
9
+#                               #
10
+#################################
11
+
12
+#
13
+# List of environment names that are no longer used
14
+#
15
+
16
+[env:STM32F103RET6_creality_maple]
17
+extends = env:STM32F103RE_maple
18
+
19
+[env:STM32F103RET6_creality]
20
+extends = STM32F103Rx_creality
21
+board   = genericSTM32F103RE
22
+
23
+[env:STM32F103RET6_creality_xfer]
24
+extends = STM32F103Rx_creality_xfer
25
+board   = genericSTM32F103RE

+ 1
- 0
platformio.ini View File

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

Loading…
Cancel
Save