Updated Support for Deepsleep and Wake Up PIN (markdown)

Michael Ingraham 2019-10-29 08:07:58 -04:00
parent e7dc0604a3
commit 0d4588295b
1 changed files with 3 additions and 1 deletions

@ -1,6 +1,8 @@
Deep sleep support for up to 1 day (i.e., 86,400 seconds) ([`DeepSleepTime`](Commands#deepsleeptime)).
This feature is disabled by default. To enable, you have to compile your own firmware. Add the following compiler directives to `user_config_override.h`:
:warning: **This feature is disabled by default. To enable it, you have to compile your own firmware.** :warning:
Add the following compiler directives to `user_config_override.h`:
```
#ifndef USE_DEEPSLEEP
#define USE_DEEPSLEEP # adds +1k flash size