move nfc to background tasks

This commit was merged in pull request #40.
This commit is contained in:
2026-08-24 21:05:59 +02:00
parent 680964b631
commit a051bcd08a
5 changed files with 53 additions and 44 deletions
+3
View File
@@ -0,0 +1,3 @@
mod nfc;
pub use nfc::nfc_scanner;