Skip to content

Commit

Permalink
Fix pit mode frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jun 25, 2023
1 parent d143d42 commit fdc55f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/tabs/vtx.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ vtx.initialize = function (callback) {
}
FC.VTX_CONFIG.vtx_power = parseInt($("#vtx_power").val());
FC.VTX_CONFIG.vtx_pit_mode = $("#vtx_pit_mode").prop('checked');
FC.VTX_CONFIG.vtx_pit_mode_frequency = parseInt($("#vtx_pit_mode_frequency").val());
FC.VTX_CONFIG.vtx_low_power_disarm = parseInt($("#vtx_low_power_disarm").val());
FC.VTX_CONFIG.vtx_table_clear = true;

Expand Down

0 comments on commit fdc55f7

Please sign in to comment.