DataFlash: added PIDA message
for logging Z accel PID in copter
This commit is contained in:
parent
cdea9be9bb
commit
8f34ed5b76
@ -642,7 +642,9 @@ Format characters in the format string for binary log messages
|
||||
{ LOG_PIDP_MSG, sizeof(log_PID), \
|
||||
"PIDP", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }, \
|
||||
{ LOG_PIDY_MSG, sizeof(log_PID), \
|
||||
"PIDY", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }
|
||||
"PIDY", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" } \
|
||||
{ LOG_PIDA_MSG, sizeof(log_PID), \
|
||||
"PIDA", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }
|
||||
|
||||
// messages for more advanced boards
|
||||
#define LOG_EXTRA_STRUCTURES \
|
||||
@ -774,6 +776,7 @@ Format characters in the format string for binary log messages
|
||||
#define LOG_PIDR_MSG 179
|
||||
#define LOG_PIDP_MSG 180
|
||||
#define LOG_PIDY_MSG 181
|
||||
#define LOG_PIDA_MSG 182
|
||||
|
||||
// message types 200 to 210 reversed for GPS driver use
|
||||
// message types 211 to 220 reversed for autotune use
|
||||
|
Loading…
Reference in New Issue
Block a user