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

Update data_storage.js

Support for TPA Breakpoint via GUI
This commit is contained in:
tricopterY 2015-03-10 14:35:00 +11:00
parent 432d9f0720
commit 3d921b9549

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