1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 12:55:13 +03:00

Basic support for programming PID

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-12-06 20:41:48 +01:00
parent 0ec904fd0c
commit 91f606c339

View file

@ -1315,6 +1315,12 @@ var FC = {
type: "range",
range: [0, 7],
default: 0
},
6: {
name: "Programming PID",
type: "range",
range: [0, 3],
default: 0
}
}
}