Skip to content

Commit

Permalink
Removed obsolete looptime settings from presets.
Browse files Browse the repository at this point in the history
  • Loading branch information
b14ckyy authored Jan 18, 2025
1 parent 64c489e commit 511594e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions js/defaults_dialog_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ var defaultsDialogData = [
key: "gyro_hardware_lpf",
value: "256HZ"
},
{
key: "looptime",
value: 500
},
{
key: "motor_pwm_protocol",
value: "DSHOT300"
Expand Down Expand Up @@ -142,10 +138,6 @@ var defaultsDialogData = [
key: "gyro_hardware_lpf",
value: "256HZ"
},
{
key: "looptime",
value: 500
},
{
key: "motor_pwm_protocol",
value: "DSHOT300"
Expand Down Expand Up @@ -279,10 +271,6 @@ var defaultsDialogData = [
key: "gyro_hardware_lpf",
value: "256HZ"
},
{
key: "looptime",
value: 500
},
{
key: "motor_pwm_protocol",
value: "DSHOT300"
Expand Down Expand Up @@ -874,4 +862,4 @@ var defaultsDialogData = [
}
];

module.exports = defaultsDialogData;
module.exports = defaultsDialogData;

0 comments on commit 511594e

Please sign in to comment.