1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Added display of (KISS) ESC version info for 'dshotprog <ESC index> 6'.

This commit is contained in:
mikeller 2017-07-09 20:16:15 +12:00
parent 2b7e74c994
commit 1f25b44c03
3 changed files with 87 additions and 28 deletions

View file

@ -45,3 +45,6 @@ void escSensorProcess(timeUs_t currentTime);
escSensorData_t *getEscSensorData(uint8_t motorNumber);
void startEscDataRead(uint8_t frameLength, uint8_t *frameBuffer);
bool checkEscDataReadFinished(void);