Skip to content

Commit e7a78e0

Browse files
authored
Merge pull request adafruit#3230 from jepler/firmware-size-gemma-trinket
Reduce firmware size on gemma m0, trinket m0 change esp-idf cache tag
2 parents 2b1fc15 + 4860e0c commit e7a78e0

File tree

21 files changed

+1231
-975
lines changed

21 files changed

+1231
-975
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
id: idf-cache
422422
with:
423423
path: ${{ github.workspace }}/.idf_tools
424-
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200523
424+
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20200801
425425
- name: Install IDF tools
426426
run: |
427427
$IDF_PATH/tools/idf_tools.py --non-interactive install required

0 commit comments

Comments
 (0)