voltage pin changed

This commit is contained in:
2023-10-31 19:48:05 +01:00
parent 9c4b1d4913
commit 4cb90a145f
3 changed files with 20 additions and 58 deletions

View File

@@ -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