From 090943d109401a7fd3eb956d6169f75ff47c9f9a Mon Sep 17 00:00:00 2001 From: Jos Verlinde Date: Thu, 22 Feb 2024 17:50:50 +0100 Subject: [PATCH] Update firmware flashing process to use most recent preview-build Signed-off-by: Jos Verlinde --- .github/workflows/createstubs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/createstubs.yml b/.github/workflows/createstubs.yml index 2bd0aab9d..ddd5ca59d 100644 --- a/.github/workflows/createstubs.yml +++ b/.github/workflows/createstubs.yml @@ -60,9 +60,9 @@ jobs: run: | stubber clone - # - name: download Preview firmwares for flashing - # run: | - # mp_downloader + - name: Update firmware to the most recent preview-build on all connected boards + run: | + mp_flasher flash --preview - name: run board stubber run: |