Skip to content

Commit

Permalink
Merge pull request #28 from ExpressLRS/vtx-pwm
Browse files Browse the repository at this point in the history
Added VTX initial PWM values
  • Loading branch information
pkendall64 authored Jan 24, 2024
2 parents 5e3b8e0 + f22da1c commit f296d6e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RX/DIY S3 DEVKIT 2400 True Diversity VTX PWM 11.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"vtx_amp_vref": 47,

"vtx_amp_vpd_25mW": [600,600,600,600],
"vtx_amp_vpd_100mW": [1500,1500,1500,1500]
"vtx_amp_vpd_100mW": [1500,1500,1500,1500],

"vtx_amp_pwm_25mW": [3300,3300,3300,3300],
"vtx_amp_pwm_100mW": [3230,3230,3230,3230]
}
2 changes: 2 additions & 0 deletions RX/Frank 2400.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"vtx_amp_vref": 26,
"vtx_amp_vpd_25mW": [1350,1350,1350,1350],
"vtx_amp_vpd_100mW": [1600,1600,1600,1600],
"vtx_amp_pwm_25mW": [3300,3300,3300,3300],
"vtx_amp_pwm_100mW": [3230,3230,3230,3230],
"pwm_outputs": [4, 5, 12, 21, 22, 27, 32, 33],
"vbat": 34,
"vbat_offset": 12,
Expand Down
3 changes: 3 additions & 0 deletions RX/Generic 2400 True Diversity PA and VTx.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"vtx_amp_vpd_25mW": [600,600,600,600],
"vtx_amp_vpd_100mW": [1500,1500,1500,1500],

"vtx_amp_pwm_25mW": [3300,3300,3300,3300],
"vtx_amp_pwm_100mW": [3230,3230,3230,3230],

"button": 0
}
3 changes: 3 additions & 0 deletions RX/Generic 2400 True Diversity and VTx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"vtx_amp_vpd_25mW": [600,600,600,600],
"vtx_amp_vpd_100mW": [1500,1500,1500,1500],

"vtx_amp_pwm_25mW": [3300,3300,3300,3300],
"vtx_amp_pwm_100mW": [3230,3230,3230,3230],

"button": 0
}
3 changes: 3 additions & 0 deletions RX/Generic 2400 Whoop Rx and VTx.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"vtx_amp_vpd_25mW": [600,600,600,600],
"vtx_amp_vpd_100mW": [1500,1500,1500,1500],

"vtx_amp_pwm_25mW": [3300,3300,3300,3300],
"vtx_amp_pwm_100mW": [3230,3230,3230,3230],

"button": 0
}

0 comments on commit f296d6e

Please sign in to comment.