add buttons/rotary/ir/BT sink in sleep + battery low-voltage

This commit is contained in:
philippe44
2023-09-16 17:55:41 -07:00
parent f4c0a91e84
commit bb185d76dc
10 changed files with 199 additions and 71 deletions

View File

@@ -179,7 +179,7 @@ void display_init(char *welcome) {
}
// and finally register ourselves to power off upon deep sleep
services_sleep_sethook(display_sleep);
services_sleep_setsuspend(display_sleep);
}
free(config);