Skip to content

Commit

Permalink
Update config.h (betaflight#412)
Browse files Browse the repository at this point in the history
Per the manual, VTX power is controlled by PINIO on USER1. The config does not have PINIO configured for USER1, so it is impossible to power the VTX. This PR sets PINIO2 to USER1 so it is available in the modes tab. Note that PINIO1 is used to inactivate the on-board WiFi when armed. 

https://www.diatone.us/products/mb-mk4-h743-v2-fc
  • Loading branch information
ot0tot authored Apr 30, 2024
1 parent 2ceeadc commit cdb9e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/MAMBAH743_2022B/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
#define DEFAULT_CURRENT_METER_SCALE 80
#define PINIO1_CONFIG 129
#define PINIO1_BOX 0
#define PINIO2_BOX 40
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN_YAW 0
Expand Down

0 comments on commit cdb9e49

Please sign in to comment.