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

Commit

Permalink
enable proper esp-wifi feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Apr 18, 2024
1 parent 3a385fe commit 0f90e50
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 @@ -25,7 +25,7 @@ esp-wifi = { version = "0.4.0", features = [
"{{ mcu }}",
"phy-enable-usb",
"utils",
"wifi-default",
"{{ esp_wifi_feature }}",
] }
heapless = { version = "0.8.0", default-features = false }
smoltcp = { version = "0.11.0", default-features = false, features = [
Expand Down

0 comments on commit 0f90e50

Please sign in to comment.