From 0941e67091a550c4bf95e5c68f7486e7c267f8ce Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Thu, 18 Apr 2024 13:38:24 +0100 Subject: [PATCH] tmp: disable phy-enable-usb because of https://github.com/esp-rs/esp-wifi/issues/457 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 424ca13..668cb05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ embedded-svc = { version = "0.26.1", default-features = false, features = [] } embedded-io = "0.6.1" esp-wifi = { version = "0.4.0", features = [ "{{ mcu }}", - "phy-enable-usb", + # "phy-enable-usb", # enable this if you're using usb serial jtag for logging, its currently not enabled by default because of https://github.com/esp-rs/esp-wifi/issues/457 "utils", "{{ esp_wifi_feature }}", ] }