✏️ cleanup
This commit is contained in:
parent
a994a318ba
commit
9d2441f951
|
@ -150,7 +150,7 @@
|
||||||
* (LCD_D4) PB9 | 5 6 PA10 (BTN_EN2)
|
* (LCD_D4) PB9 | 5 6 PA10 (BTN_EN2)
|
||||||
* RESET | 7 8 | PA9 (BTN_EN1)
|
* RESET | 7 8 | PA9 (BTN_EN1)
|
||||||
* (BTN_ENC) PA15 | 9 10 | PB5 (BEEPER)
|
* (BTN_ENC) PA15 | 9 10 | PB5 (BEEPER)
|
||||||
* ------
|
* ------
|
||||||
* EXP1
|
* EXP1
|
||||||
*/
|
*/
|
||||||
#define EXP1_09_PIN PA15
|
#define EXP1_09_PIN PA15
|
||||||
|
|
|
@ -12,7 +12,7 @@ Send the command `M503 C` to write the file `mc.zip` to the SD card. Copy the fi
|
||||||
Run the following commands to extract and apply the configuration:
|
Run the following commands to extract and apply the configuration:
|
||||||
```
|
```
|
||||||
$ git checkout -f
|
$ git checkout -f
|
||||||
$ unzip mc.zip
|
$ unzip mc.zip
|
||||||
$ python buildroot/share/PlatformIO/scripts/mc-apply.py
|
$ python buildroot/share/PlatformIO/scripts/mc-apply.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue