mirror of https://github.com/ArduPilot/ardupilot
AP_Param: Delay param dumps to avoid running out of buffer space
This commit is contained in:
parent
1677c11855
commit
f06251a07f
|
@ -2325,6 +2325,7 @@ void AP_Param::show_all(AP_HAL::BetterStream *port, bool showKeyValues)
|
|||
port->printf("Key %i: Index %i: GroupElement %i : ", token.key, token.idx, token.group_element);
|
||||
}
|
||||
show(ap, token, type, port);
|
||||
hal.scheduler->delay(1);
|
||||
}
|
||||
}
|
||||
#endif // AP_PARAM_KEY_DUMP
|
||||
|
|
Loading…
Reference in New Issue