From 2241be7c7bb675330558fb0c90f64b9f7e8a2b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Sat, 14 Oct 2023 19:34:05 +0200 Subject: [PATCH] Properly define esp-wifi patch in comment --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a4506ad0..a12997d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,6 +145,8 @@ crc = "3.0.1" esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "44e968f7a83f80be43d60cdc01c10eccab4b39cf" } # esp32s3-hal = { path = "../../esp-hal/esp32s3-hal" } # esp-hal-common = { path = "../../esp-hal/esp-hal-common" } + +# [patch.'https://github.com/esp-rs/esp-wifi.git'] # esp-wifi = { path = "../esp-wifi/esp-wifi" } [features]