From 31f03b12fb221cad478ffe7b1b66f6fd74134ffb Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 26 Jan 2024 10:18:13 +0000 Subject: [PATCH] Leave a trail why this code is commented out --- src/utils/http.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/http.rs b/src/utils/http.rs index 62f6d92..e4ad28e 100644 --- a/src/utils/http.rs +++ b/src/utils/http.rs @@ -371,6 +371,9 @@ pub mod server { } } + // TODO: Commented out as it needs a mutex, yet `embedded-svc` no longer has one + // An option is to depend on `embassy-sync`, yet this decision would be deplayed until + // we figure out in general what to do with the utility code in `embedded-svc`. // pub mod session { // use core::convert::TryInto; // use core::fmt;