From e53148d4c7637091043b1dda6680623b8eca8008 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Wed, 24 Mar 2021 14:56:19 +0100 Subject: [PATCH] Update board/readme.md after switch to scons --- board/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/README.md b/board/README.md index 7151bfb..add2e92 100644 --- a/board/README.md +++ b/board/README.md @@ -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 ```