moved elements to scheduler

This commit is contained in:
lumapu 2022-11-16 20:57:44 +01:00
parent d0db3ece88
commit 4fe03d641b
9 changed files with 41 additions and 52 deletions

View file

@ -104,7 +104,7 @@ void web::loop(void) {
}
//-----------------------------------------------------------------------------
void web::tickSecond(void) {
void web::tickSecond() {
if(0 != mLogoutTimeout) {
mLogoutTimeout -= 1;
if(0 == mLogoutTimeout)