Skip to content

Commit

Permalink
Added VTX initial PWM values
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Stefanski committed Dec 26, 2023
1 parent 0967829 commit f22da1c
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 f22da1c

Please sign in to comment.