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

202 commits

Author SHA1 Message Date
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
Kiripolszky Károly
caef8dbf3c bold label for downloaded firmwares 2018-05-01 11:30:36 +02:00
Kiripolszky Károly
bd1dbf21d0 initial implementation of firmware cache 2018-04-27 15:30:08 +02:00
mikeller
02e0d75442 Added abort / error message when writing of downloaded blackbox log fails. 2018-04-24 23:54:40 +12:00
Michael Keller
c5ae5d07a6
Merge pull request #981 from atomgomba/feature-replace-logo
Improved logo customization UI
2018-04-13 20:47:17 +12:00
Kiripolszky Károly
94fc9d01ff refactor LogoManager into its own file 2018-04-13 10:15:43 +02:00
Justin Guarino
449da9c15f Switched dshot beacon input to select to address issue #975 2018-04-07 03:54:01 -07:00
Michael Keller
77b15a7d42
Merge pull request #1000 from McGiverGim/bf-fix_msp_versions
Fix some MSP versions
2018-04-05 09:36:03 +12:00
Kiripolszky Károly
365b05987f Merge remote-tracking branch 'upstream/master' into feature-replace-logo 2018-04-04 22:01:47 +02:00
Kiripolszky Károly
4b5c20008c LogoManager: use named parameters in translation 2018-04-04 20:36:42 +02:00
Kiripolszky Károly
59788d8940 improved logo validation output, improved localization handling and bugfix 2018-04-04 20:34:56 +02:00
Kiripolszky Károly
9d9a395f6b improved logo customization UI 2018-04-04 20:34:46 +02:00
Kiripolszky Károly
fd83241379 move styles for font logo management interface to external stylesheet 2018-04-04 20:34:33 +02:00
Kiripolszky Károly
79907fa388 logo customization code autoformatted with 4 space indents and minor refactoring 2018-04-04 20:34:21 +02:00
Kiripolszky Károly
6ef1ae7721 display logo image validation errors on the GUI 2018-04-04 20:34:08 +02:00
Miguel Angel Mulero Martinez
eba1a0fbb5 Fix some MSP versions 2018-04-04 16:21:49 +02:00
Michael Keller
d0ce8869a0
Merge pull request #998 from McGiverGim/bf-add_osd_warning_esc_fail
Add OSD_WARNING_ESC_FAIL
2018-04-05 02:15:25 +12:00
Miguel Angel Mulero Martinez
37a5cd0081 Add OSD_WARNING_ESC_FAIL 2018-04-04 16:04:11 +02:00
Michael Keller
51b5fa883d
Merge pull request #988 from McGiverGim/bf-i18n_parameters_by_name
Accept interpolation of i18next
2018-04-05 01:24:08 +12:00
Michael Keller
6440fb542e
Merge pull request #999 from McGiverGim/bf-add_battery_stats
Add OSD statistic battery
2018-04-05 01:22:32 +12:00
Michael Keller
dede17f1dd
Merge pull request #996 from McGiverGim/bf-add_not_linear_elements_osd
Add not linear elements to OSD
2018-04-04 15:10:33 +12:00
Miguel Angel Mulero Martinez
22439528fc Add OSD statistic battery 2018-04-03 19:58:02 +02:00
Miguel Angel Mulero Martinez
5c15f9cbe8 Add not linear elements to OSD 2018-04-03 19:04:39 +02:00
Hydra
5f3c2b9c4b CF/BF - Support reading OSD logos from local files.
It was broken due to chrome permissions.
2018-03-27 10:10:58 +13:00
fgiudice98
2578c09d09
Added KN protocol in SPI protocols selection 2018-03-26 12:00:56 +02:00
Michael Keller
b2727c0491
Merge pull request #984 from mikeller/allow_0_dterm_setpoint_transition
Re-allow 0 as value for DTerm Setpoint Transition.
2018-03-24 01:55:38 +13:00
Miguel Angel Mulero Martinez
4b48751132 Accept interpolation of i18next 2018-03-23 11:57:30 +01:00
mikeller
e5525049ce Re-allow 0 as value for DTerm Setpoint Transition. 2018-03-23 02:24:15 +13:00
Michael Keller
19d81d89af
Merge pull request #982 from jflyper/bfcdev-amperageoffset-increase-range
Increase amperageoffset range
2018-03-22 09:35:18 +13:00
Michael Keller
847739b407
Merge pull request #983 from AndersHoglund/srxl_name_change
Spektrum SRXL menu selection string change.
2018-03-22 09:34:54 +13:00
Michael Keller
c1ef49d3d4
Merge pull request #985 from basdelfos/chrome-48-or-older-icon-fix
Ignore ‘icon’ property on older Chrome versions
2018-03-22 09:34:18 +13:00
Bas Delfos
059628906a Ignore ‘icon’ property on older Chrome versions 2018-03-21 14:01:58 +01:00
Anders Hoglund
2d24f5a00b Spektrum SRXL menu selection string change, preparing to avoid future possible clash. 2018-03-20 13:35:02 +01:00
jflyper
731b061afa Increase amperageoffset range 2018-03-19 18:00:48 +09:00
Miguel Angel Mulero Martinez
7d1f0dfbf4 Add Portuguese translation 2018-03-15 18:37:58 +01:00
Michael Keller
d2c6fa2556
Merge pull request #977 from McGiverGim/bf-add_japanese_translation
Add Japanese translation
2018-03-16 06:28:33 +13:00