mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 15:20:16 +00:00
fix debug shot
This commit is contained in:
parent
dd34d1bbb1
commit
c7876a00c5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user