1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

Update data_storage.js

This commit is contained in:
tricopterY 2015-03-11 16:20:15 +11:00
parent f4fb947f8f
commit 97857b19d8

View file

@ -69,7 +69,8 @@ var RC_tuning = {
yaw_rate: 0, yaw_rate: 0,
dynamic_THR_PID: 0, dynamic_THR_PID: 0,
throttle_MID: 0, throttle_MID: 0,
throttle_EXPO: 0 throttle_EXPO: 0,
dynamic_THR_breakpoint: 0
}; };
var AUX_CONFIG = []; var AUX_CONFIG = [];