added serde for serializing in the webserver

This commit is contained in:
2025-08-15 16:46:44 +02:00
parent fabb14de86
commit 21480cef4f
5 changed files with 11 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ use static_cell::make_static;
use crate::{store::TallyID, webserver::start_webserver};
extern crate alloc;
mod drivers;
mod feedback;
mod init;