mirror of https://github.com/arendst/Tasmota.git
Updated Support for Deepsleep and Wake Up PIN (markdown)
parent
e7dc0604a3
commit
0d4588295b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue