Browse Source

FMUv5: Default Spektrum power to passive

release/1.12
Lorenz Meier 4 years ago
parent
commit
e85afb22a5
  1. 6
      boards/px4/fmu-v5/src/init.c

6
boards/px4/fmu-v5/src/init.c

@ -215,12 +215,6 @@ __EXPORT int board_app_initialize(uintptr_t arg) @@ -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);

Loading…
Cancel
Save