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

4910 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
a2dabba63f Update Basque translation 2019-12-30 16:13:53 +01:00
Michael Keller
9278e8ed77
I18n custom fallback and Portuguese Brazilian language (#1846)
I18n custom fallback and Portuguese Brazilian language
2019-12-30 16:08:42 +13:00
Miguel Angel Mulero Martinez
083a1818df Fix sonar issues in localization.js 2019-12-28 15:03:14 +01:00
Miguel Angel Mulero Martinez
a538aa6f37 Clean languages mapping file 2019-12-28 15:03:14 +01:00
Miguel Angel Mulero Martinez
5335d64def Add custom fallback for Portuguese and Portuguese Brazilian 2019-12-28 15:03:13 +01:00
Michael Keller
cfd1ee3275
Fixed URL for CP210x driver. (#1845)
Fixed URL for CP210x driver.
2019-12-28 12:53:48 +13:00
Michael Keller
3151217893
The PID slider heatmap now works with the dark theme (#1843)
The PID slider heatmap now works with the dark theme
2019-12-26 16:00:16 +13:00
mikeller
eab38147cd Fixed URL for CP210x driver. 2019-12-26 13:54:46 +13:00
Andrew Young
4c3ac659b5 The PID slider heatmap now works with the dark theme 2019-12-24 01:53:31 +00:00
Michael Keller
cefd7a6e8d
Added .editorconfig file with the main indentation settings (#1841)
Added .editorconfig file with the main indentation settings
2019-12-23 23:25:04 +13:00
Michael Keller
aea87c415a
Added FUNDING.yml. (#1840)
Added FUNDING.yml.
2019-12-23 23:23:46 +13:00
Michael Keller
225a711ea5
Added change heatmap to PIDs for the sliders (#1839)
Added change heatmap to PIDs for the sliders
2019-12-23 22:53:27 +13:00
Andrew Young
10fb05efc8 Added change heatmap to PIDs for the sliders 2019-12-23 00:28:47 +00:00
Andrew Young
780bda894e Added .editorconfig file with the main indentation settings 2019-12-22 04:00:16 +00:00
mikeller
9c3d797c4f Added FUNDING.yml. 2019-12-22 10:51:14 +13:00
Michael Keller
56fff56577
Fix bad powerTable in vtx lua output (#1835)
Fix bad powerTable in vtx lua output
2019-12-12 00:35:20 +13:00
Richard Cooper
a3e879288c Fix bad powerTable in vtx lua output 2019-12-10 10:15:35 +00:00
Michael Keller
91f4fbd009
Add support for "Auto" RC Smoothing derivative type (#1831)
Add support for "Auto" RC Smoothing derivative type
2019-12-02 11:31:38 +13:00
Bruce Luckcuck
f3cefcef81 Add support for "Auto" RC Smoothing derivative type 2019-11-30 19:03:35 -05:00
Michael Keller
49d0793c97
Fix OSD stat flight distance description (#1830)
Fix OSD stat flight distance description
2019-12-01 00:16:46 +13:00
Miguel Angel Mulero Martinez
8179081d0a Fix OSD stat flight distance description 2019-11-29 11:20:42 +01:00
Michael Keller
5ae30e3e2e
Adds RC Channels element to the OSD (#1826)
Adds RC Channels element to the OSD
2019-11-16 01:05:48 +13:00
Michael Keller
ec932af580
Fix unknown elements at the end in the OSD tab (#1825)
Fix unknown elements at the end in the OSD tab
2019-11-16 01:05:26 +13:00
Michael Keller
ba345c6de0
Let pid profile and rate selects grow (#1824)
Let pid profile and rate selects grow
2019-11-16 01:05:19 +13:00
Miguel Angel Mulero Martinez
2a79f7e612 Adds RC Channels element to the OSD 2019-11-13 08:53:37 +01:00
Michael Keller
8297af9c21
Re-ordered targets for flasher. (#1820)
Re-ordered targets for flasher.
2019-11-13 16:38:06 +13:00
Michael Keller
e67a1b4c52 Directly localise messages instead of reprocessing the entire page needlessly. 2019-11-13 13:37:31 +13:00
Michael Keller
e97fd5bef8 Moved styling into CSS file. 2019-11-13 11:46:17 +13:00
mikeller
3de7f6e167 Re-ordered targets for flasher. 2019-11-13 11:46:17 +13:00
Michael Keller
fd13a4483c
Write full vtx_tables to lua file (#1822)
Write full vtx_tables to lua file
2019-11-13 10:36:44 +13:00
Richard Cooper
cb1b63f5e7 use local not global tables and fix formatting 2019-11-12 20:35:45 +00:00
Miguel Angel Mulero Martinez
c9e0b4e276 Fix unknown elements at the end in the OSD tab 2019-11-12 16:41:02 +01:00
Miguel Angel Mulero Martinez
82c209bce4 Let pid profile and rate selects grow 2019-11-12 13:21:12 +01:00
Michael Keller
bafc683183
i18next uses : to denote a namespace for messages. Get rid of… (#1817)
i18next uses `:` to denote a namespace for messages. Get rid of warnings.
2019-11-12 19:27:07 +13:00
Michael Keller
b6485ef887
Add support for max7456 detected flag (#1818)
Add support for max7456 detected flag
2019-11-12 19:26:59 +13:00
Bruce Luckcuck
5c795957d8 Add support for max7456 detected flag
Hides the font manager if the max7456 is not detected to prevent the firmware wedging.

Also fixes the OSD Profile div hiding to not be based on the target having a max7456.
2019-11-10 19:19:11 -05:00
Kyle K
16266ec979 Simplify flashingMessage function
i18next uses `:` to denote a namespace for messages.

The firmware flashing tab has a `flashingMessage` function that is used to update the bar at the bottom, it can either be passed a message key, or a properly formatted string.

`Loaded Local Firmware: (473178 bytes)` was getting looked up as a key, which generates the following warning

i18next.min.js:1 i18next::translator: key " (473178 bytes)" for namespace "Loaded Local Firmware" for languages "en" won't get resolved as namespace was not yet loaded This means something IS WRONG in your application setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!

Proposed fix is to just look at the message for a `:` and excluding those before asking the localization system if its a key.

Revised to just remove the lookup
2019-11-10 22:43:43 +00:00
Michael Keller
13bde2c415
Sonar clean main js (#1806)
Sonar clean main js
2019-11-10 23:28:08 +13:00
Miguel Angel Mulero Martinez
3252654aea Clean Sonar issues from main.js 2019-11-10 09:20:41 +01:00
Michael Keller
77802ceb3a
Merge pull request #1813 from mikeller/fix_test_warning
Fixed warning in tests.
2019-11-10 15:11:15 +13:00
Michael Keller
53fb5944d1
Add more parameters to GPS Rescue (#1812)
Add more parameters to GPS Rescue
2019-11-10 11:32:31 +13:00
Michael Keller
9dcd467aaa
Fix galileo and home point once as per review (#1814)
Fix galileo and home point once as per review
2019-11-10 11:16:22 +13:00
Miguel Angel Mulero Martinez
77dfd8eaa8 Fix galileo and home point once as per review 2019-11-08 08:52:40 +01:00
Miguel Angel Mulero Martinez
1672a44dc2 Add more parameters to GPS Rescue 2019-11-08 08:45:17 +01:00
Michael Keller
a656dc2f5b
Add Galileo and Home Point once to GPS (#1810)
Add Galileo and Home Point once to GPS
2019-11-08 08:54:43 +13:00
mikeller
9bfea852eb Fixed warning in tests. 2019-11-08 07:12:37 +13:00
Michael Keller
4e21ad32a1
Merge pull request #1809 from frozenskys/azure-build-tests
Add test runs for nightlies
2019-11-08 07:06:28 +13:00
Richard Cooper
7f87965b9c fix karma.conf.js after removing puppeteer. 2019-11-06 22:47:06 +00:00
Richard Cooper
6b6610d346 Just run tests on windows build. 2019-11-06 22:31:08 +00:00
Richard Cooper
a4f40455de fix missing trailing comma (sonarcloud) 2019-11-06 18:28:33 +00:00