mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 12:47:18 +02:00
moved elements to scheduler
This commit is contained in:
parent
d0db3ece88
commit
4fe03d641b
9 changed files with 41 additions and 52 deletions
|
@ -104,7 +104,7 @@ void web::loop(void) {
|
|||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void web::tickSecond(void) {
|
||||
void web::tickSecond() {
|
||||
if(0 != mLogoutTimeout) {
|
||||
mLogoutTimeout -= 1;
|
||||
if(0 == mLogoutTimeout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue