From bb8687bcbe98beec68dca129816c4098892e43b2 Mon Sep 17 00:00:00 2001 From: haslinghuis Date: Thu, 10 Nov 2022 12:46:32 +0100 Subject: [PATCH] Fix scale for gyro readings (#3073) --- src/js/tabs/motors.js | 5 +++++ src/tabs/sensors.html | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/src/js/tabs/motors.js b/src/js/tabs/motors.js index 2cf2e881..7b4d0ae8 100644 --- a/src/js/tabs/motors.js +++ b/src/js/tabs/motors.js @@ -15,6 +15,11 @@ const motors = { sensorAccelScale: 2, sensorSelectValues: { "gyroScale": { + "1" : 1, + "2" : 2, + "3" : 3, + "4" : 4, + "5" : 5, "10" : 10, "25" : 25, "50" : 50, diff --git a/src/tabs/sensors.html b/src/tabs/sensors.html index 509569e6..1b3d731c 100644 --- a/src/tabs/sensors.html +++ b/src/tabs/sensors.html @@ -40,6 +40,14 @@