implemented SSE

This commit is contained in:
2025-10-08 01:44:32 +02:00
parent aa91d69f0b
commit 9dd2f88cbc
5 changed files with 22 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ async fn main(mut spawner: Spawner) {
wait_for_stack_up(stack).await;
start_webserver(&mut spawner, stack, shared_store.clone());
start_webserver(&mut spawner, stack, shared_store.clone(), chan);
/****************************** Spawning tasks ***********************************/
debug!("spawing NFC reader task...");