mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add flash ready state to MSP response, add flash async block write
This commit is contained in:
parent
5651e65a0b
commit
80ea5e4419
6 changed files with 65 additions and 36 deletions
|
@ -789,7 +789,8 @@ static bool sendFieldDefinition(const char * const *headerNames, unsigned int he
|
|||
|
||||
charsWritten = blackboxPrint("H Field ");
|
||||
charsWritten += blackboxPrint(headerNames[xmitState.headerIndex]);
|
||||
charsWritten += blackboxPrint(":");
|
||||
blackboxWrite(':');
|
||||
charsWritten++;
|
||||
|
||||
xmitState.u.fieldIndex++;
|
||||
needComma = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue