FMUv5: Default Spektrum power to passive

This commit is contained in:
Lorenz Meier
2020-12-30 17:26:30 +01:00
parent cc34d4601d
commit e85afb22a5

View File

@@ -215,12 +215,6 @@ __EXPORT int board_app_initialize(uintptr_t arg)
// Turn power controls to passive
SPEKTRUM_POWER_PASSIVE();
#endif
// TODO Historically Spektrum power defaulted to on
// newer board configurations should support enabling
// power once the RC interface gets switched on instead
// the unconditional power-on in the line below is
// kept in place for consistency.
VDD_3V3_SPEKTRUM_POWER_EN(true);
VDD_5V_RC_EN(true);
VDD_5V_WIFI_EN(true);