mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Tools: Web: FilterReview: fix spectogrph reset
This commit is contained in:
parent
114f9b1311
commit
880eac98b2
@ -150,6 +150,12 @@ function reset() {
|
||||
document.getElementById("Gyro" + i + "Pre" + axis[j]).disabled = true
|
||||
document.getElementById("Gyro" + i + "Post" + axis[j]).disabled = true
|
||||
}
|
||||
document.getElementById("SpecGyroInst" + i).disabled = true
|
||||
}
|
||||
document.getElementById("SpecGyroPre").disabled = true
|
||||
document.getElementById("SpecGyroPost").disabled = true
|
||||
for (let j = 0; j < 3; j++) {
|
||||
document.getElementById("SpecGyroAxis" + axis[j]).disabled = true
|
||||
}
|
||||
|
||||
// Clear extra text
|
||||
|
Loading…
Reference in New Issue
Block a user