issue #12 Revert language select button on welcome page. Adjust reboot time when network error occured.

This commit is contained in:
paul kim
2025-01-14 07:46:02 +09:00
parent 2061b695c6
commit 05f801169b
3 changed files with 4 additions and 4 deletions

View File

@@ -214,8 +214,8 @@ HotelTV.Init = async function() {
HotelTV.ui_utils.SetBusy(true);
const __ifxn_showFatalErr_Network = function() {
let _tmval = 10;
setTimeout(HotelTV.hal.Reboot, 10000);
let _tmval = 30;
setTimeout(HotelTV.hal.Reboot, 29000);
HotelTV.ui_utils.SetBusy(false);
HotelTV.ui_utils.ShowErrMsg(true,
"system.error.get-devinfo",
@@ -320,8 +320,8 @@ HotelTV.Init = async function() {
console.log("System Need to Reboot");
HotelTV.ui_utils.SetBusy(false);
let _tmval = 20;
setTimeout(HotelTV.hal.Reboot, 20000);
let _tmval = 30;
setTimeout(HotelTV.hal.Reboot, 29000);
HotelTV.ui_utils.ShowErrMsg(true,
"system.info.change-configuration",
"SYSTEM INFO",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB