Fix VTX low power disarm when USE_VTX_RTC6705 is defined
commit0bd808d1dc282c5e5dc4e383b13c21cdf88a6c59
authorBruce Luckcuck <github@etracer.net>
Mon, 23 Sep 2019 12:59:59 +0000 (23 08:59 -0400)
committerBruce Luckcuck <github@etracer.net>
Mon, 23 Sep 2019 13:13:25 +0000 (23 09:13 -0400)
tree09cf25801a02fcda5d2a1ff9fc148c58c6b74d88
parentd1d9875208910bbc0c5d12589196c9d8c5598f5a
Fix VTX low power disarm when USE_VTX_RTC6705 is defined
Affected all unified targets as USE_VTX_RTC6705 must be defined to allow supporting that VTX option. Would cause the low power index settings for RTC6705 to override the settings for other VTX type and set the vtxtable power level index to 2 instead of 1.
src/main/drivers/vtx_table.h
src/main/io/vtx.c