From 6f23f9fb8cabc53378e512743d11dfca321cf2b5 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 18 May 2025 12:53:30 +0200 Subject: feat: final changes --- Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4cc676d..18a04c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,13 +26,6 @@ esp-backtrace = { version = "0.15.0", features = [ ] } esp-hal = { version = "0.23.1", features = ["esp32c3", "unstable"] } esp-println = { version = "0.13.0", features = ["esp32c3", "log"] } -esp-wifi = { version = "0.12.0", default-features = false, features = [ - "esp-alloc", - "esp32c3", - "log", - "utils", - "wifi", -] } heapless = { version = "0.8.0", default-features = false } log = { version = "0.4.21" } smoltcp = { version = "0.12.0", default-features = false, features = [ @@ -49,6 +42,14 @@ smoltcp = { version = "0.12.0", default-features = false, features = [ ] } blocking-network-stack = { git = "https://github.com/bjoernQ/blocking-network-stack.git", rev = "b3ecefc222d8806edd221f266999ca339c52d34e" } +[dependencies.esp-wifi] +version = "0.12.0" +default-features = false +features = ["esp-alloc", "esp32c3", "log", "utils", "wifi"] + +[profile.dev.package.esp-wifi] +opt-level = 3 + [profile.dev] # Rust debug is too slow. # For debug builds always builds with some optimization -- cgit v1.2.3