Skip to content

Commit 04ae3bc

Browse files
authored
Update (#23)
* update esp-wifi and improve error message formatting * update CI workflow and dependencies; bump esp-rs/xtensa-toolchain to v1.6, esp-backtrace to v0.17.0, esp-println to v0.15.0, esp-hal-embassy to v0.9.0, and embassy-sync to v0.7.1 * add esp_app_desc macro invocation for bootloader integration
1 parent 091c761 commit 04ae3bc

File tree

7 files changed

+286
-206
lines changed

7 files changed

+286
-206
lines changed

.github/workflows/rust_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ jobs:
2727
WIFI_PSK: password
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: Setup Rust
32-
uses: esp-rs/xtensa-toolchain@v1.5
32+
uses: esp-rs/xtensa-toolchain@v1.6
3333
with:
3434
default: true
3535
buildtargets: esp32s3
3636
ldproxy: false
37-
version: "1.86.0"
3837
- name: Enable caching
3938
uses: Swatinem/rust-cache@v2
4039
- name: Run build

0 commit comments

Comments
 (0)