mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-27 20:59:36 +00:00
fix debug shot
This commit is contained in:
@ -75,7 +75,7 @@ uint8_t speedDown = 100;
|
|||||||
|
|
||||||
void IR_Home_Process() {
|
void IR_Home_Process() {
|
||||||
InputHandler = IR_Home_Process;
|
InputHandler = IR_Home_Process;
|
||||||
uint8_t isshotRcOverride = currentInfo.mode == ShotMode
|
uint8_t isshotRcOverride = (currentInfo.mode == ShotMode || DebugShot)
|
||||||
&& currentInfo.state == RUN;
|
&& currentInfo.state == RUN;
|
||||||
switch (data.command) {
|
switch (data.command) {
|
||||||
case IR_SHOT:
|
case IR_SHOT:
|
||||||
|
Reference in New Issue
Block a user