mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 07:45:19 +03:00
Update data_storage.js
This commit is contained in:
parent
f4fb947f8f
commit
97857b19d8
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ var RC_tuning = {
|
|||
yaw_rate: 0,
|
||||
dynamic_THR_PID: 0,
|
||||
throttle_MID: 0,
|
||||
throttle_EXPO: 0
|
||||
throttle_EXPO: 0,
|
||||
dynamic_THR_breakpoint: 0
|
||||
};
|
||||
|
||||
var AUX_CONFIG = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue