Thank you. your help was very precious.
now it works great.
P
Posts made by pmkopter
-
RE: M5stickcplus2 power off button, with B button.
-
M5stickcplus2 power off button, with B button.
I can't configure shutdown via button B. With M5stickC I was able to do this with this command: void btnBClick()
{
M5.Axp.PowerOff();
}
but it doesn't work with M5StickCplus2.