DataFlash: added desired rate to PID_Info
This commit is contained in:
parent
0fe04a93ce
commit
d148c38f68
@ -94,6 +94,7 @@ public:
|
||||
|
||||
// This structure provides information on the internal member data of a PID for logging purposes
|
||||
struct PID_Info {
|
||||
float desired;
|
||||
float P;
|
||||
float I;
|
||||
float D;
|
||||
|
Loading…
Reference in New Issue
Block a user