refactor: enhance NFC write operation handling and prevent tag operations during write

This commit is contained in:
2025-08-29 15:52:16 +02:00
parent 1f21954703
commit c89adb6256
2 changed files with 18 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ extern String activeSpoolId;
extern String lastSpoolId;
extern volatile nfcReaderStateType nfcReaderState;
extern volatile bool pauseBambuMqttTask;
extern volatile bool nfcWriteInProgress;
extern bool tagProcessed;