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

846 commits

Author SHA1 Message Date
Michael Keller
469b15c3c2 Merge pull request #295 from martinbudden/bf_serialize_flash
Added serialized flash compression format
2016-10-11 10:28:40 +13:00
Sebastian Hammerl
cf4ac8be5b Prettified JSON backup files 2016-10-05 21:20:43 +02:00
Marcin Baliniak
6fd16856ea Add support for F1 High-density devices 2016-09-29 13:35:18 +02:00
Martin Budden
e712417cc4 Added serialized compression format 2016-09-21 09:03:00 +01:00
Gary Keeble
77c5670d60 Corrections as per PR comments
1. Moved plotStickPositions() function to RateCurve.js and renamed to
drawStickPositions()
2. Modified currentValue to prevent 0/-0 flickering.
3. Layers given unique id’s to remove indexing.
4. RC value monitoring now in function TABS.pid_tuning.checkRC()
5. updateRateLabels now in function TABS.pid_tuning.updateRateLabels()
6. Moved drawAxisLabel() and drawBaloonLabel() into function
TABS.pid_tuning.updateRateLabels() (as they are only used there)
2016-09-18 14:14:54 +01:00
Michael Keller
7753e81415 Merge pull request #281 from mikeller/msp_dataflash_jumbo_frames
Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
2016-09-15 09:29:58 +12:00
Michael Keller
ca772a0896 Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames. 2016-09-15 09:27:39 +12:00
Michael Keller
af3a185c5a Revert "Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames." 2016-09-15 08:46:01 +12:00
Michael Keller
60cb7ab6be Merge pull request #278 from mikeller/msp_dataflash_jumbo_frames
Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
2016-09-15 08:44:42 +12:00
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