Skip to content

Commit

Permalink
Fix ESP32 & ESP32-S2 CPU max issue (#35)
Browse files Browse the repository at this point in the history
* fix esp32 & esp32s2 cpu issue. Fix reboot flag on flash end

* bump CI compiler version
  • Loading branch information
MabezDev authored Sep 29, 2023
1 parent a035f30 commit 5e14fbe
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 217 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- uses: dtolnay/rust-toolchain@v1
with:
target: ${{ matrix.build.target }}
toolchain: "1.65.0"
toolchain: "1.67.0"
components: rust-src
- name: cargo check
run: cargo check --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }}
Expand All @@ -183,7 +183,7 @@ jobs:
default: true
ldproxy: false
buildtargets: ${{ matrix.build.chip }}
version: "1.65.0"
version: "1.67.0"
- uses: Swatinem/rust-cache@v2
- name: cargo check
run: cargo check -Zbuild-std=core --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }}
Loading

0 comments on commit 5e14fbe

Please sign in to comment.