light sleep: add system light sleep example support

This commit is contained in:
Li Shuai
2021-01-20 22:17:24 +08:00
parent b7c404d3ff
commit eaa6ab4dab

View File

@@ -18,6 +18,7 @@
#include "esp_log.h" #include "esp_log.h"
#include "driver/uart.h" #include "driver/uart.h"
#include "driver/gpio.h" #include "driver/gpio.h"
#include "esp_timer.h"
/* Most development boards have "boot" button attached to GPIO0. /* Most development boards have "boot" button attached to GPIO0.
* You can also change this to another pin. * You can also change this to another pin.