diff --git a/template/Cargo.toml b/template/Cargo.toml index da83bf0..28bdf5d 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -63,10 +63,10 @@ esp-wifi = { version = "0.10.1", default-features=false, features = [ #ENDIF #IF option("embassy") "async", - #ENDIF #IF option("wifi") "embassy-net", #ENDIF + #ENDIF ] } heapless = { version = "0.8.0", default-features = false } smoltcp = { version = "0.11.0", default-features = false, features = [