Betaflight Quadcopter config backups
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2023-05-13_vtx_table_opentx.lua 553B

12345678910111213
  1. return {
  2. frequencyTable = {
  3. { 5865, 5845, 5825, 5805, 5785, 5765, 5745, 5725, },
  4. { 5733, 5752, 5771, 5790, 5809, 5828, 5847, 5866, },
  5. { 5705, 5685, 5665, 5645, 5885, 5905, 5925, 5945, },
  6. { 5740, 5760, 5780, 5800, 5820, 5840, 5860, 5880, },
  7. { 5658, 5695, 5732, 5769, 5806, 5843, 5880, 5917, },
  8. { 5732, 5765, 5828, 5840, 5866, 5740, 0, 0, },
  9. },
  10. frequenciesPerBand = 8,
  11. bandTable = { [0]="U", "A", "B", "E", "F", "R", "I" },
  12. powerTable = { [1]="25 ", [2]="200", [3]="500", [4]="800", },
  13. }