mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
fix rc debug and ir logic
This commit is contained in:
@ -517,7 +517,7 @@ void UART3_ReadStatistics(uint8_t *dataPtr, uint8_t len) {
|
||||
} StatusStruct;
|
||||
|
||||
StatusStruct res;
|
||||
uint8_t isRun = currentInfo.state == RUN;
|
||||
uint8_t isRun = currentInfo.state == RUN || currentInfo.state == PRERUN_WAIT;
|
||||
res.status = isRun;
|
||||
|
||||
res.shot_number = 0xFF;
|
||||
|
Reference in New Issue
Block a user