save
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user