Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
tmp: disable phy-enable-usb because of https://github.com/esp-rs/esp-…
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Apr 18, 2024
1 parent 0f90e50 commit 0941e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
] }
Expand Down

0 comments on commit 0941e67

Please sign in to comment.