1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00
Commit graph

937 commits

Author SHA1 Message Date
Michael Keller
76a1473187 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
Set default serial speed to 500000 kbps.
2016-09-14 14:06:13 +12:00
mikeller
9f99ddbfca Removed empty tooltip for 'OSD' feature. 2016-09-11 23:16:23 +12:00
Michael Keller
edad524714 Removed merge artefacts 2016-09-08 09:16:28 +12:00
Michael Keller
9d796752f8 Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8. 2016-09-08 08:56:59 +12:00
U-DESKTOP-12PPI61\boris.bozic
f8c5ce5353 Fix RC Expo representation above rc rate of 2.0 2016-09-07 00:48:35 +02:00
Michael Keller
b94f25f2eb Removed 'rcExpoPower'. 2016-09-06 11:39:59 +12:00
U-DESKTOP-12PPI61\boris.bozic
15be4bb687 Rc Rate accuracy old versions 2016-09-06 01:22:51 +02:00
U-DESKTOP-12PPI61\boris.bozic
25954b3d14 Fix Curve formula 2016-09-06 01:17:30 +02:00
mikeller
1da5219bf2 Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0.
Added support for RC Expo Power setting.

fixed titlebar in pid tuning tab

request from @mikeller #252
fixed titlebar from pid tuning and accel
2016-09-05 11:02:33 +12:00
mikeller
eafbaa5d06 Added expert mode. Moved FAILSAFE feature back into failsafe tab. 2016-08-24 17:13:20 +12:00
borisbstyle
b1726c2753 Fix airmodeActivateTHreshold 2016-08-21 03:16:23 +02:00
Michael Keller
c6529589e0 Merge pull request #233 from KiteAnton/msp_crunch_cleanup
Cleanup crunch(), switch to use .pushX functions
2016-08-18 12:53:42 +12:00
Anton Stålheim
44a0d54ea9 Cleanup crunch(), switch to use .pushX functions 2016-08-18 01:00:07 +02:00
Anton Stålheim
720216f6ca Remove unused file request_balancer.js 2016-08-17 22:29:20 +02:00
Anton Stålheim
6275b8b462 Merge pull request #229 from mikeller/hide_failsafe_tab_if_disabled
Moved FAILSAFE feature switch into configuration tab, made failsafe tab hidden if FAILSAFE is disabled. Added warning about using failsafe.
2016-08-17 21:57:19 +02:00
Anton Stålheim
167e71f6eb Merge pull request #228 from mikeller/add_board_id_extraction_instructions
Added instructions on how to extract the board list from the firmware source, for future updates.
2016-08-17 17:53:19 +02:00
mikeller
a987de68b9 Moved FAILSAFE feature switch into configuration tab, made failsafe tab hidden if FAILSAFE is disabled. Added warning about using failsafe. 2016-08-17 23:58:07 +12:00
mikeller
00e1a9b533 Added instructions on how to extract the board list from the firmware source, for future updates. 2016-08-17 23:29:18 +12:00
Anton Stålheim
206d241cee New boards added 2016-08-17 01:24:47 +02:00
Anton Stålheim
7c9261de8f Added additional MSP helper functions 2016-08-16 22:34:52 +02:00
mikeller
d8f19ab185 Fixed 'connectionactive' indicator. 2016-08-16 23:58:31 +12:00
Anton Stålheim
6bf7ca93da Merge pull request #221 from KiteAnton/led_strip_bugfix
Fix LED_STRIP save bug
2016-08-16 01:17:19 +02:00
Anton Stålheim
cf8169fb7c Fix LED_STRIP save bug 2016-08-16 01:15:57 +02:00
Michael Keller
2973745c7f Fixed disconnect on connection timeout. 2016-08-16 11:10:53 +12:00
borisbstyle
23b321401b Merge pull request #215 from mikeller/added_filters_to_msp
Added new filters to MSP.
2016-08-15 23:29:44 +02:00
Michael Keller
14428d910f Merge pull request #217 from KiteAnton/msp_fixes
MSP fixes
2016-08-14 21:39:03 +12:00
KiteAnton
4a0e855a43 MSP fixes 2016-08-13 18:01:47 +02:00
TheAngularity
be148163da removed releaseDate entry
used for expired time check and after pr #209 not more needed
2016-08-13 17:49:34 +02:00
mikeller
d981bc42d5 Added new filters to MSP. 2016-08-14 02:00:10 +12:00
TheAngularity
f7a7335751 removed google-analytics scrap 2016-08-13 15:53:22 +02:00
mikeller
838ab954f1 Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +12:00
Michael Keller
b2729be1be Merge pull request #198 from KiteAnton/msp_rework3
Separation of MSP code
2016-08-14 00:41:25 +12:00
nathan
32c3f40abb [OSD] updates including inflection.js, stylistic cleanups including 2 spaces instead of 4, change the default background image back 2016-08-12 22:08:34 -07:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
NightHawk32
dbb2c67c8b 3D msp fix, corresponding to firmware in MSP_SET_RC_DEADBAND 2016-08-08 08:54:32 -04:00
KiteAnton
2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
U-DESKTOP-12PPI61\boris.bozic
f239b1bd9c Add tooltips and refactor 2016-08-05 12:39:43 +02:00
Michael Keller
101e983373 Fixed airModeActivationThreshold on saving failsafe config for > 2.8.1 2016-08-05 18:56:37 +12:00
mikeller
06cb22e8f5 Fixing syntax error. 2016-08-05 00:00:41 +12:00
U-DESKTOP-12PPI61\boris.bozic
799c9ac6f4 Change OSD bit 2016-08-04 11:57:39 +02:00
U-DESKTOP-12PPI61\boris.bozic
8012614e70 Get fully rid of special from 2.9.1 2016-08-02 22:09:56 +02:00
U-DESKTOP-12PPI61\boris.bozic
9f5cce77d8 Add Support for v2.9.1 MSP 2016-08-02 21:54:50 +02:00
Anton Stålheim
770a6272d0 Merge pull request #166 from mikeller/cleanup_profile_loading
Added support for rateprofiles.
2016-08-02 08:48:33 +02:00
mikeller
91ccc659d4 Added support for rateprofile switching.
Fixed rateprofile switching.
2016-08-02 13:25:41 +12:00
skaman82
c7616c6a8a OSTD Tab redesign
cleanup

optimization

typo fix

adding dummy contents for callsign and vtx settings

indentation fix

typo fix
2016-08-01 23:04:17 +12:00
mikeller
1147eef7a6 Fixed configurator for versions < 2.9.0. 2016-08-01 00:56:22 +12:00
nathan
dc6bcdafe6 RC_tuning.yaw_rate -> RC_tuning.rcYawRate was renamed, fix it in msp.js 2016-07-30 12:37:15 -07:00
nathan
28f425b041 Merge branch 'master' into feature/2.9-compat 2016-07-30 09:50:47 -07:00
mikeller
7cc9401d42 Fixed configurator problems with 3.0.0. 2016-07-30 23:31:40 +12:00
mikeller
0c26117c56 Reverting 881e50898e. 2016-07-30 23:25:23 +12:00