Skip to content

Commit

Permalink
update esp32 ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Aug 26, 2024
1 parent 4f1114c commit ba738d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions examples/esp32/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/esp32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ opt-level = 's'
overflow-checks = false

[patch.crates-io]
esp-hal = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" }
esp-hal-embassy = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" }
esp-wifi = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" }
esp-println = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" }
esp-backtrace = { git = "https://github.com/lulf/esp-hal.git", rev = "4375d5aa1543fd7a9dbc4035ec5718277b17405c" }
esp-hal = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" }
esp-hal-embassy = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" }
esp-wifi = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" }
esp-println = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" }
esp-backtrace = { git = "https://github.com/lulf/esp-hal.git", rev = "6f385f71d9f431b0233bb501a19f47290f74b12a" }

embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
Expand Down

0 comments on commit ba738d4

Please sign in to comment.