m5stack / M5StickC

M5StickC Arduino Library
MIT License
477 stars 222 forks source link

fix-DeepSleep #72

Closed takeru closed 4 years ago

takeru commented 4 years ago

Write1Byte( 0x12 , 0x00 ); is shutdown 3.3V to ESP32. DeepSleep(time_in_us) didn't wakeup after time_in_us.

EeeeBin commented 4 years ago

Fixed in https://github.com/m5stack/M5StickC/commit/b3ad3b82d6d8f9ea1f3419e355afec0eceb2aad7 , thanks :)