Skip to content

Commit

Permalink
v0.2.1 see #95 for details
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Sep 19, 2022
1 parent b3b95ee commit c8398d9
Show file tree
Hide file tree
Showing 27 changed files with 1,454 additions and 676 deletions.
10 changes: 9 additions & 1 deletion .github/templates/firmware.test-suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"version": 5,
"host": "FIRMWARE_HOST",
"port": FIRMWARE_PORT,
"bin": "FIRMWARE_PATH/5.final-stage.ino.bin?raw=true"
"bin": "FIRMWARE_PATH/5.sig-in-progmem.ino.signed.bin?raw=true"
},
{
"type": "FIRMWARE_TYPE",
"version": 6,
"host": "FIRMWARE_HOST",
"port": FIRMWARE_PORT,
"bin": "FIRMWARE_PATH/99.final-stage.ino.signed.bin?raw=true",
"littlefs": "FIRMWARE_PATH/littlefs.signed.bin?raw=true"
}]

Loading

0 comments on commit c8398d9

Please sign in to comment.