From cd09ca7dacfad86de9eed475b1553a5f3c742a9e Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Sun, 18 Sep 2022 11:09:02 +0200 Subject: [PATCH] hotfix for latest master latest master is not working since #597 ... this pr fixed a typo maked in #597 --- js/flightlog_fields_presenter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/flightlog_fields_presenter.js b/js/flightlog_fields_presenter.js index d9a82de6..49dd572a 100644 --- a/js/flightlog_fields_presenter.js +++ b/js/flightlog_fields_presenter.js @@ -1242,7 +1242,7 @@ function FlightLogFieldPresenter() { default: return value.toFixed(0); } - case 'ATTITUDE: + case 'ATTITUDE': switch (fieldName) { case 'debug[0]': // accADC X case 'debug[1]': // accADC Y