File tree Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Expand file tree Collapse file tree 3 files changed +4
-42
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,3 @@ jobs:
273
273
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
274
274
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
275
275
if : github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
276
- - name : Install upload deps
277
- run : |
278
- pip install uritemplate
Original file line number Diff line number Diff line change 37
37
# Per board overrides
38
38
extension_by_board = {
39
39
# samd
40
- "arduino_mkr1300" : BIN ,
41
- "arduino_mkrzero" : BIN ,
42
- "arduino_nano_33_iot" : BIN ,
43
- "arduino_zero" : BIN ,
40
+ "arduino_mkr1300" : BIN_UF2 ,
41
+ "arduino_mkrzero" : BIN_UF2 ,
42
+ "arduino_nano_33_iot" : BIN_UF2 ,
43
+ "arduino_zero" : BIN_UF2 ,
44
44
"feather_m0_adalogger" : BIN_UF2 ,
45
45
"feather_m0_basic" : BIN_UF2 ,
46
46
"feather_m0_rfm69" : BIN_UF2 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments