Update data_storage.js

Support for TPA Breakpoint via GUI
10.3.x-maintenance
tricopterY 2015-03-10 14:35:00 +11:00
parent 432d9f0720
commit 3d921b9549
1 changed files with 2 additions and 1 deletions

View File

@ -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 = [];