From eb1374650db6e825941cc0d19635150231fe43d9 Mon Sep 17 00:00:00 2001 From: Gary Keeble Date: Mon, 11 Apr 2016 15:25:35 +0100 Subject: [PATCH] Add Pitch/Roll and Yaw Rate Parameters New feature : Adding pitch/roll and yaw rate parameters that were active when log was made will allow rcCommand to show actual deg/s value alongside raw input. This is then used to calculate new PID_Error values as deg/s --- index.html | 27 ++++++++++ js/flightlog.js | 52 +++++++++--------- js/flightlog_setup_dialog.js | 101 +++++++++++++++++++++++++++++++++++ js/main.js | 43 +++++++++++++++ 4 files changed, 197 insertions(+), 26 deletions(-) create mode 100644 js/flightlog_setup_dialog.js diff --git a/index.html b/index.html index 24a00336..3d63777f 100755 --- a/index.html +++ b/index.html @@ -235,6 +235,7 @@

Legend + @@ -287,6 +288,31 @@ + +