✏️ 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

@@ -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
```