✏️ cleanup

This commit is contained in:
Scott Lahteine 2021-12-17 15:57:16 -06:00
parent a994a318ba
commit 9d2441f951
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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:
```
$ git checkout -f
$ unzip mc.zip
$ unzip mc.zip
$ python buildroot/share/PlatformIO/scripts/mc-apply.py
```