diff --git a/html/js/functions.js b/html/js/functions.js index 7b77277..362e9ee 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -96,6 +96,9 @@ function getMessage(logline) { if (4520 == parseInt(getRIC(logline))) { message = rot1(message); } + if (1062 == parseInt(getRIC(logline)) || 1063 == parseInt(getRIC(logline))) { + message = message + "
Decoded: " + JSON.stringify(parseMETAR(message)); + } return message; }