mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-23 11:08:25 +00:00
Trying a large sleep when cap is not charged
This commit is contained in:
parent
7e6ac860fd
commit
27cb5dd833
@ -97,7 +97,7 @@ void setup() {
|
||||
debugger->print(ESP.getVcc());
|
||||
debugger->println("mV");
|
||||
}
|
||||
ESP.deepSleep(5000000); //Deep sleep for 5 seconds to allow output cap to charge up
|
||||
ESP.deepSleep(10000000); //Deep sleep to allow output cap to charge up
|
||||
}
|
||||
|
||||
// Flash the LED, to indicate we can boot as AP now
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user