EmlaLockSafe
|
#include "Tools.h"
#include "UsedInterrupts.h"
#include <SPIFFS.h>
#include <mutex>
#include <time.h>
Go to the source code of this file.
Classes | |
class | LockState |
Singleton class managing the current lock state. The class also automatically saves the lock state to flash so we know what's going on after a reboot even if there is no wifi. More... | |