Scott Lahteine 2 anni fa
parent
commit
9d2441f951

+ 1
- 1
Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h Vedi File

@@ -150,7 +150,7 @@
150 150
  *  (LCD_D4) PB9  | 5  6   PA10 (BTN_EN2)
151 151
  *          RESET | 7  8 | PA9  (BTN_EN1)
152 152
  * (BTN_ENC) PA15 | 9 10 | PB5  (BEEPER)
153
- *                 ------ 
153
+ *                 ------
154 154
  *                  EXP1
155 155
  */
156 156
 #define EXP1_09_PIN                         PA15

+ 1
- 1
docs/ConfigEmbedding.md Vedi File

@@ -12,7 +12,7 @@ Send the command `M503 C` to write the file `mc.zip` to the SD card. Copy the fi
12 12
 Run the following commands to extract and apply the configuration:
13 13
 ```
14 14
 $ git checkout -f
15
-$ unzip mc.zip 
15
+$ unzip mc.zip
16 16
 $ python buildroot/share/PlatformIO/scripts/mc-apply.py
17 17
 ```
18 18
 

Loading…
Annulla
Salva