mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-15 04:15:38 +03:00
Rethink of issue and solution
This commit is contained in:
parent
8c521adbda
commit
d1fc69486f
2 changed files with 13 additions and 12 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "rx/rx.h"
|
||||
#include "common/maths.h"
|
||||
#include "fc/config.h"
|
||||
#include "fc/cli.h"
|
||||
#include "fc/fc_core.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
@ -411,7 +412,7 @@ void logicConditionProcess(uint8_t i) {
|
|||
|
||||
const int activatorValue = logicConditionGetValue(logicConditions(i)->activatorId);
|
||||
|
||||
if (logicConditions(i)->enabled && activatorValue) {
|
||||
if (logicConditions(i)->enabled && activatorValue && !cliMode) {
|
||||
|
||||
/*
|
||||
* Process condition only when latch flag is not set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue