Web improvements, NFC config

This commit is contained in:
2023-10-15 00:24:58 +02:00
parent a3be4cbb3c
commit 578281d9d1
5 changed files with 111 additions and 66 deletions

View File

@@ -52,6 +52,7 @@ void writeFile(fs::FS &fs, const char * path, const char * message){
file.close();
}
unsigned long lastStart = 0;
unsigned long lastInteraction = 0;
@@ -64,12 +65,20 @@ boolean continuousMode = false;
uint8_t buttontoignore = 0;
uint32_t lastVoltage = 0;
const int startDelay = 250;
String lastUid = "";
const String sleep_sound = "sleep.mp3";
const String startup_sound = "start.mp3";
const String mapping_file = "/mapping.txt";
std::map<String, String> rfid_map;
/*
const long sleepMessageDelay = 28000;