improvements

This commit is contained in:
2023-10-09 21:24:57 +02:00
parent 21119603cb
commit 6684be01eb
7 changed files with 62 additions and 2 deletions

View File

@@ -56,10 +56,29 @@ unsigned long lastStart = 0;
unsigned long lastInteraction = 0;
boolean sleepSoundPlayed = false;
boolean startupSoundPlayed = false;
boolean continuousMode = false;
uint8_t buttontoignore = 0;
const int startDelay = 250;
const String sleep_sound = "sleep.mp3";
const String startup_sound = "start.mp3";
/*
const long sleepMessageDelay = 28000;
// wait until deep sleep:
const long sleepDelay = 30000;
*/
const long sleepMessageDelay = 1798000;
// wait until deep sleep:
const long sleepDelay = 1800000;