From 0f90e50e0059856bbdd1b9e89361befff0db7ffa Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Thu, 18 Apr 2024 12:32:45 +0100 Subject: [PATCH] enable proper esp-wifi feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56f05c3..424ca13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [