diff --git a/Nasal/MCDU/MCDU.nas b/Nasal/MCDU/MCDU.nas index e3531552..865ead98 100644 --- a/Nasal/MCDU/MCDU.nas +++ b/Nasal/MCDU/MCDU.nas @@ -1530,6 +1530,8 @@ var button = func(btn, i, event = "") { } else { # up with buttonCLRDown[i]>4 buttonCLRDown[i] = 0; } + } else if (btn == "LONGCLR") { + mcdu_scratchpad.scratchpads[i].empty(); } else if (btn == "DOT") { mcdu_scratchpad.scratchpads[i].addChar("."); } else if (btn == "PLUSMINUS") { diff --git a/WebPanel/WebPanel1/img/icon-192.png b/WebPanel/WebPanel1/img/icon-192.png new file mode 100644 index 00000000..a4e0d381 Binary files /dev/null and b/WebPanel/WebPanel1/img/icon-192.png differ diff --git a/WebPanel/WebPanel1/screenshot.jpg b/WebPanel/WebPanel1/img/screenshot.jpg similarity index 100% rename from WebPanel/WebPanel1/screenshot.jpg rename to WebPanel/WebPanel1/img/screenshot.jpg diff --git a/WebPanel/WebPanel1/index.html b/WebPanel/WebPanel1/index.html index a6ebb489..15fb7eca 100644 --- a/WebPanel/WebPanel1/index.html +++ b/WebPanel/WebPanel1/index.html @@ -1,6 +1,5 @@ -