1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00
Commit graph

868 commits

Author SHA1 Message Date
mikeller
1ba4114db9 Configure 'MSP_DISPLAYPORT' messages to be recognised, ignored. 2016-12-12 13:25:33 +13:00
Michael Keller
acb7a84422 Merge pull request #359 from basdelfos/battery_meter_type
Added dropdown for current and battery meter selection to configuration tab
2016-12-12 13:15:11 +13:00
Bas Delfos
ad6ca8e135 Fixed review comments 2016-12-08 21:05:24 +01:00
Bas Delfos
591d907016 Added dropdown for current and battery meter selection to configuration tab 2016-12-08 21:05:24 +01:00
mikeller
1792ced78f Fixed parsing of MSP replies. 2016-12-09 00:30:55 +13:00
Bas Delfos
35e307d1ba Renamed ESC Telemetry to ESC Sensor 2016-11-24 20:24:32 +01:00
Michael Keller
bcb361cac6 Merge pull request #347 from mikeller/fix_mavlink
Fixed MAVLink setting in the ports tab.
2016-11-23 10:08:10 +13:00
Michael Keller
e0b1393fe2 Merge pull request #345 from mikeller/adjust_current_meter_settings
Adjusted current meter setting ranges to allow for negative offset.
2016-11-23 10:07:35 +13:00
mikeller
fc1558d7d3 Fixed MAVLink setting in the ports tab. 2016-11-21 02:04:12 +13:00
Bas Delfos
2fb9a87906 Added version gating (check on BF 3.1.0) 2016-11-20 11:14:00 +01:00
Bas Delfos
8aa40f1a2c Added configuration of KISS ESC Telemetry 2016-11-20 11:14:00 +01:00
mikeller
41b2d60f8e Adjusted current meter setting ranges to allow for negative offset. 2016-11-20 18:55:00 +13:00
blckmn
5dbcd02148 Small fix for erase chip issue (F4 too much flash, and takes too long) 2016-11-19 10:29:06 +11:00
Michael Keller
40a2b11733 Fixed mixup of REVO and REVOLT boards. 2016-11-15 09:41:28 +13:00
mikeller
763ee4a612 Updated the list of supported boards, added all new targets. 2016-11-15 02:07:34 +13:00
mikeller
b9b0ae542d Fixed lockup on failed 'flash on connect' operation. Also removed persisting of 'flash on connect' option since it can lead to accidental flasing. 2016-10-30 19:34:30 +13:00
borisbstyle
c8bbac2e39 Merge pull request #318 from mikeller/add_more_baudrates_for_msp
Added support for more baudrates to MSP.
2016-10-25 13:35:14 +02:00
mikeller
d05ded8d0e Trimmed down RX settings display to save some space on the configuration
tab.
2016-10-20 13:57:29 +13:00
mikeller
a2969f8158 Added support for more baudrates to MSP. 2016-10-16 02:39:02 +13:00
borisbstyle
13dde333a5 Merge pull request #314 from mikeller/readd_quadx1234
Added 'Quad X 1234' model back into model list.
2016-10-12 10:27:11 +02:00
Michael Keller
bcb283128f Added 'Quad X 1234' model back into model list. 2016-10-12 12:03:09 +13:00
mikeller
23d0a8eb5f Added gyro notch 2 filter. 2016-10-12 01:48:03 +13:00
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