fixed an issue where 6504h's adapter 1 can not control LNB voltage

This commit is contained in:
Davin622
2024-03-08 16:49:17 +08:00
parent a282f5cd0b
commit 4015e75023

View File

@@ -62,9 +62,9 @@ struct tbsecp3_board tbsecp3_boards[] = {
.ts_in = 1,
.i2c_bus_nr = 0,
.gpio.lnb_power.lvl = TBSECP3_GPIODEF_HIGH,
.gpio.lnb_power.nr = TBSECP3_GPIO_PIN(2, 2),
.gpio.lnb_power.nr = TBSECP3_GPIO_PIN(1, 2),
.gpio.lnb_voltage.lvl = TBSECP3_GPIODEF_HIGH,
.gpio.lnb_voltage.nr = TBSECP3_GPIO_PIN(2, 1),
.gpio.lnb_voltage.nr = TBSECP3_GPIO_PIN(1, 1),
},
{
.ts_in = 2,