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 @@