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