1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00
Commit graph

220 commits

Author SHA1 Message Date
Sean Moriarty
70c839eb3a Check for valid PID_ADVANCED values 2018-07-08 12:24:21 -04:00
Sean M
ef00402976 Fix configuration load/save for board and sensor alignment, craft name, DShot Beacon, ESC/Motor features, beeper, mixer, accelerometer, barometer and magnetometer 2018-07-08 12:24:21 -04:00
Kiripolszky Károly
8322e86b57 improve the way boot logo source image errors are handled to address issue #1077 2018-07-03 18:30:46 +02:00
Michael Keller
192e886f30
Merge pull request #1076 from mikeller/add_rtc_setting
Added setting of RTC when connecting.
2018-07-03 22:51:10 +12:00
Michael Keller
ac3a64300a
Merge pull request #1091 from McGiverGim/fix_osd_preview_old_firm
Fix OSD non positionable elements
2018-07-03 22:46:11 +12:00
Michael Keller
3926dfbfda
Merge pull request #1093 from mikeller/fix_gps_altitude
Fixed display of GPS altitude.
2018-07-03 22:45:41 +12:00
leocb
7590c47636 Changed g_force draw_order to 15 2018-07-02 15:26:45 -03:00
leocb
920eafffcd Added G-force element to OSD Config 2018-07-02 15:11:12 -03:00
mikeller
ec75c22669 Fix from review. 2018-06-29 01:18:27 +12:00
mikeller
263ea5d364 Fixed display of GPS altitude. 2018-06-29 00:58:29 +12:00
Miguel Angel Mulero Martinez
684c118f23 Add OSD anti gravity element 2018-06-28 12:08:51 +02:00
Miguel Angel Mulero Martinez
9bdedd0c2c Fix OSD non positionable elements 2018-06-28 08:50:23 +02:00
Miguel Angel Mulero Martinez
26442d0a78 Fix lpf zero 2018-06-26 09:09:53 +02:00
mikeller
c93f2f13e4 Added setting of RTC when connecting. 2018-06-24 17:44:48 +12:00
Andrey Mironov
604fb85988 Fixed CI build type silently defaulting to Release 2018-06-20 12:38:51 +03:00
Michael Keller
8bbc6f8970
Merge pull request #1010 from DieHertz/build-type-for-ci-builds
Build Type select for firmware flasher
2018-06-18 23:19:02 +12:00
Miguel Angel Mulero Martinez
6f6ff6b7bf Fix the defaults for gyro lowpass 2 and dterm lowpass 2 2018-06-18 12:43:15 +02:00
DieHertz
befafc07e6 Added Build Type select for CI builds 2018-06-17 12:32:42 +03:00
Miguel Angel Mulero Martinez
637cc28f26 Use defaults for notch cutoffs 2018-06-16 08:47:12 +02:00
Michael Keller
7908f0274f
Merge pull request #1052 from cmengler/strict-directive-fixes
Fixed 'use strict' directives
2018-06-16 15:05:57 +12:00
Christian Mengler
14ce2f126d Fixed 'use strict' directives 2018-06-15 11:25:12 +10:00
Christian Mengler
afdffc18b9 Fixed variable scope in generateElements method of Beepers.js 2018-06-15 10:58:49 +10:00
mikeller
26361bebad Added configuration for Dshot beacon activation conditions. 2018-06-11 00:55:21 +12:00
Miguel Angel Mulero Martinez
b6fdc0ea06 Fix max cutoff when reactivating notch 2018-06-09 20:30:16 +02:00
Michael Keller
ece187ca31
Merge pull request #1039 from McGiverGim/new_filters_stage2
Add new filters Stage 2
2018-06-08 20:14:22 +12:00
Miguel Angel Mulero Martinez
3be244e7a5 Refactor and up to date filters for Betaflight 3.4 2018-06-07 19:50:33 +02:00
Cleric-K
f333138b7e Adjust Setpoint Weight slider on startup 2018-06-06 20:02:54 +03:00
Cleric-K
4430e89fda Dynamic range for D Setpoint Weight Slider
Applying patch by @mikeller
https://github.com/betaflight/betaflight-configurator/pull/1034#issuecomment-395041697
2018-06-06 16:43:59 +03:00
Cleric-K
6a4e605506 Support for 16-bit DTerm Setpoint Weight 2018-06-06 00:22:32 +03:00
mikeller
4699e580cf Added warning for problematic setpoint transition values. 2018-06-05 00:34:20 +12:00
Adem Gaygusuz
3e69bc7cbd change check from === 'MacOS' to !== 'Windows' 2018-06-03 10:37:55 +01:00
Adem Gaygusuz
6fd0153b91 Fix cli cleanup exit command after auto completing 2018-06-02 13:14:56 +01:00
Adem Gaygusuz
2e5bdae80e Add npm test to travis ci 2018-06-01 22:12:35 +01:00
Adem Gaygusuz
aff6f3c8a1 Stop cli buffer from being displayed in cli output 2018-06-01 16:12:17 +01:00
Adem Gaygusuz
97775f2748 Add auto completion 2018-05-31 22:51:49 +01:00
Cleric-K
6700a1f9a4 Support for failsafe-switch-mode 2018-05-30 01:48:08 +03:00
Bruce Luckcuck
25cd902bd0 Fix OSD preview to use correct units suffix for GPS speed
Respect the units selection and display "K" for metric and "M" for imperial.
2018-05-13 12:31:29 -04:00
Michael Keller
eaddb59e48
Merge pull request #1020 from atomgomba/feature-firmware-caching
FirmwareCache: add method to manually purge cache and maintenance
2018-05-12 12:12:00 +12:00
Michael Keller
247c9f4706
Merge pull request #1019 from McGiverGim/fix_osd_sizes
Adjust some OSD fields length
2018-05-12 12:11:36 +12:00
Michael Keller
cf6d8bf706
Merge pull request #1017 from etracer65/osd_stats_reorder
Reorder OSD stats selections to match on-screen display order
2018-05-12 12:00:11 +12:00
Miguel Angel Mulero Martinez
7055f25978 i18n the osd button when pressed
It shows a "Saved" message for two seconds
2018-05-10 20:11:56 +02:00
Kiripolszky Károly
b18a98299b FirmwareCache: naming fixes 2018-05-10 19:09:52 +02:00
Kiripolszky Károly
e432d8656d FirmwareCache: additional initialization check 2018-05-10 18:14:58 +02:00
Kiripolszky Károly
65e49e5896 FirmwareCache: add method to manually purge cache and maintenance 2018-05-10 14:59:47 +02:00
Miguel Angel Mulero Martinez
0a8d2048a1 Adjust some OSD fields length 2018-05-08 13:41:40 +02:00
Bruce Luckcuck
1e979f0603 Reorder OSD stats selections to match on-screen display order
Going forward, any changes to the on-screen display order of the OSD post-flight statistics mut be reflected in the configurator.
2018-05-05 18:41:15 -04:00
Michael Keller
cbd4c30857
Merge pull request #1012 from mikeller/fix_blackbox_write_error
Added abort / error message when writing of downloaded blackbox log fails.
2018-05-04 21:48:13 +12:00
Michael Keller
c8acfc55e3 Fixes. 2018-05-04 20:41:18 +12:00
Michael Keller
a3f791fcac Fix from review. 2018-05-04 20:37:08 +12:00
Kiripolszky Károly
54bdd2da14 FirmwareCache: memory footprint and UI improvements 2018-05-02 14:47:41 +02:00