This commit is contained in:
Martijn Scheepers
2025-04-30 13:21:35 +02:00
parent 0063478f19
commit e561f7211d
6 changed files with 15 additions and 13 deletions

View File

@@ -6,9 +6,9 @@
#include <string>
#include "RPEnums.h"
#include "RC522Types.h"
//#include "FreeRTOS.h"
#include "FreeRTOS.h"
//#include "task.h"
//#include "semphr.h"
#include "semphr.h"
#include "git.h"
class Global
@@ -20,7 +20,8 @@ public:
uint8_t blockData[50];
uint8_t blockDataSize;
bool cardReady = false;
bool cardPresent = false;
//bool cardPresent = false;
SemaphoreHandle_t mutex;
};
static Global::credentialRequest_t credentialRequest;