Skip to content

Commit

Permalink
Bump up sdk version to v5.3 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
onkwon committed Jul 27, 2024
1 parent fe4f86d commit 1382e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/memsize.baseline
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
text data bss dec hex filename
192025 66512 504357 762894 ba40e build/template.elf
193480 57252 507021 757753 b8ff9 build/template.elf
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
types: [opened, synchronize, reopened]

jobs:
build-on-esp-idf-v5_2:
name: Build on ESP-IDF v5.2
build-on-esp-idf-v5_3:
name: Build on ESP-IDF v5.3
runs-on: ubuntu-latest
container: espressif/idf:v5.2
container: espressif/idf:v5.3
steps:
- name: Clone
uses: actions/checkout@v3
Expand Down

0 comments on commit 1382e85

Please sign in to comment.