voltage pin changed
This commit is contained in:
@@ -67,6 +67,8 @@ uint8_t buttontoignore = 0;
|
||||
|
||||
uint32_t lastVoltage = 0;
|
||||
|
||||
uint loopCounter = 0;
|
||||
|
||||
const int startDelay = 250;
|
||||
|
||||
String lastUid = "";
|
||||
@@ -97,9 +99,9 @@ const long sleepDelay = 30000;
|
||||
*/
|
||||
|
||||
//const long sleepMessageDelay = 1798000;
|
||||
const long sleepMessageDelay = 22000;
|
||||
const long sleepMessageDelay = 1798000;
|
||||
|
||||
// wait until deep sleep:1800000
|
||||
const long sleepDelay = 25000;
|
||||
const long sleepDelay = 1800000;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user