m5stack / M5Core2

M5Core2 Arduino Library
MIT License
263 stars 115 forks source link

Typos in the comment of examples/Basics/sleep/sleep.ino #88

Closed cyclexit closed 2 years ago

cyclexit commented 2 years ago

https://github.com/m5stack/M5Core2/blob/d11e848f3704434fa0d216ba05fd130502528bbc/examples/Basics/sleep/sleep.ino#L40

The comment should change the "light sleep" to "deep sleep". 然后把“轻度睡眠”改成“深度睡眠”

M5.Axp.DeepSleep(SLEEP_SEC(5)); //Wake up after 5 seconds of deep sleep, the CPU will reboot and the program will start from the beginning.  深度睡眠5秒后唤醒,CPU将重新启动,程序将从头开始执行
Tinyu-Zhao commented 2 years ago

Thank you for your reminder, I will fix it in time