Skip to content

Commit

Permalink
Merge pull request #1170 from bitcraze/blheli-msp-support
Browse files Browse the repository at this point in the history
Support to configure ESCs with BLHeli Configurator
  • Loading branch information
tobbeanton authored Dec 16, 2022
2 parents d47747b + 2d43a4d commit e27c099
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 57 deletions.
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

0 comments on commit e27c099

Please sign in to comment.