update the readme

This commit is contained in:
0x1abin
2017-11-16 10:27:53 +08:00
parent 0cfb1b1cc8
commit ebf8dea149
7 changed files with 46 additions and 78 deletions
-1
View File
@@ -97,7 +97,6 @@ void M5Stack::powerOFF() {
Lcd.sleep();
// ESP32 into deep sleep
uint64_t _wakeupPin_mask = 1ULL << _wakeupPin;
USE_SERIAL.printf("Enabling EXT0 wakeup on pins GPIO%d\n", _wakeupPin);
esp_deep_sleep_enable_ext0_wakeup((gpio_num_t)_wakeupPin , LOW);