Skip to content

Commit 25447ae

Browse files
authored
Fix pit mode frequency (#3497)
1 parent c582fc2 commit 25447ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/tabs/vtx.js

+1
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ vtx.initialize = function (callback) {
947947
}
948948
FC.VTX_CONFIG.vtx_power = parseInt($("#vtx_power").val());
949949
FC.VTX_CONFIG.vtx_pit_mode = $("#vtx_pit_mode").prop('checked');
950+
FC.VTX_CONFIG.vtx_pit_mode_frequency = parseInt($("#vtx_pit_mode_frequency").val());
950951
FC.VTX_CONFIG.vtx_low_power_disarm = parseInt($("#vtx_low_power_disarm").val());
951952
FC.VTX_CONFIG.vtx_table_clear = true;
952953

0 commit comments

Comments
 (0)