From 6c9e373cb60c36d77544932131648ed64f6a72b2 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 11 Nov 2024 11:59:31 -0500 Subject: wip net changes --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 30a881e..d724eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ members = [ ] exclude = [ - "pio_i2s" + "pio_i2s", + "test_fw/ui" ] [workspace.package] @@ -49,7 +50,7 @@ cortex-m-rt = { version = "0.7", default-features = false } ocularium_common = { path = "common" } -reqwless = { version = "0.13", default-features = false, features = ["alloc", "embedded-tls", "defmt"] } +reqwless = { version = "0.13", default-features = false, features = ["alloc", "defmt"] } pio = "0.2" -- cgit v1.3.1