Fix websocket (and timer!) bugs

This commit is contained in:
Vitaliy Filippov
2020-04-26 01:59:56 +03:00
parent 268b497c0b
commit ec4a52af48
5 changed files with 107 additions and 39 deletions
+5
View File
@@ -401,6 +401,11 @@ void osd_t::force_stop()
exit(0);
});
}
else
{
printf("[OSD %lu] Force stopping\n", this->osd_num);
exit(0);
}
}
void osd_t::load_pgs()