How do you turn off the m5stack while it's charging?
-
I know double pressing the power button turns it off while it's not plugged in but I can't seem to find any way to power it off while it's plugged in.
-
hi, you can update the latest library https://github.com/m5stack/M5Stack.git
use the M5.powerOFF(); software way to turn off. -
Hello,
please, could you help me? What is M5.powerOFF() doing inside? I am using the esp-idf for my projects with M5Stack and I want Power off from software, but I can only deinitialize all of my routines and turn off display. And when I want to powr on again after power button, then the device turn off first.Thank you.
Vilem