fix debug shot

This commit is contained in:
DashyFox 2024-10-03 02:44:05 +03:00
parent dd34d1bbb1
commit c7876a00c5

View File

@ -75,7 +75,7 @@ uint8_t speedDown = 100;
void IR_Home_Process() {
InputHandler = IR_Home_Process;
uint8_t isshotRcOverride = currentInfo.mode == ShotMode
uint8_t isshotRcOverride = (currentInfo.mode == ShotMode || DebugShot)
&& currentInfo.state == RUN;
switch (data.command) {
case IR_SHOT: