Update board/readme.md after switch to scons

master
Willem Melching 2021-03-24 14:56:19 +01:00 committed by GitHub
parent ad9ecefe65
commit e53148d4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@ Programming
**Panda**
```
make
scons -u # Compile
./flash.sh # Compile & Flash
```
Troubleshooting
@ -29,7 +30,7 @@ Troubleshooting
If your panda will not flash and is quickly blinking a single Green LED, use:
```
make recover
./recover.sh
```