mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
vtx_low_power_disarm: minimize vtx power output while disarmed
This commit is contained in:
parent
364afcbf25
commit
c1265dd0a5
6 changed files with 56 additions and 26 deletions
|
@ -212,11 +212,11 @@ static void taskTelemetry(timeUs_t currentTimeUs)
|
|||
// Everything that listens to VTX devices
|
||||
void taskVtxControl(timeUs_t currentTime)
|
||||
{
|
||||
if (ARMING_FLAG(ARMED) || cliMode)
|
||||
if (cliMode)
|
||||
return;
|
||||
|
||||
#ifdef VTX_COMMON
|
||||
vtxProcess(currentTime);
|
||||
vtxProcessSchedule(currentTime);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue