Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to configure ESCs with BLHeli Configurator #1170

Merged
merged 7 commits into from
Dec 16, 2022
9 changes: 9 additions & 0 deletions src/modules/interface/msp.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,13 @@ void mspInit(MspObject* pMspObject, const MspResponseCallback callback);
*/
void mspProcessByte(MspObject* pMspObject, const uint8_t data);

/*
* Returns true if the MSP_SET_4WAY_IF request has been answered.
* This information can be useful to know whether the connection phase of BLHeli Configurator has been completed.
*/
bool mspHasSet4WayIf();


void mspResetSet4WayIf();

#endif /* MSP_H_ */
Loading