mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Fix pit mode frequency (#3497)
This commit is contained in:
parent
c582fc2453
commit
25447aef55
1 changed files with 1 additions and 0 deletions
|
@ -947,6 +947,7 @@ vtx.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
FC.VTX_CONFIG.vtx_power = parseInt($("#vtx_power").val());
|
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 = $("#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_low_power_disarm = parseInt($("#vtx_low_power_disarm").val());
|
||||||
FC.VTX_CONFIG.vtx_table_clear = true;
|
FC.VTX_CONFIG.vtx_table_clear = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue