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

4741 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
1d7ec1a764 Add djv library to validate against JSON Schemas 2019-11-04 10:07:07 +01:00
Michael Keller
e688d4191f
Updated maximun no battery voltage (#1796)
Updated maximun no battery voltage
2019-11-04 14:47:00 +13:00
Michael Keller
2abe14be3d
Removed copy of semver from repository. (#1795)
Removed copy of semver from repository.
2019-11-04 14:46:07 +13:00
Michael Keller
7505e5896a
Fixed vulnerabilities found by SonarCloud. (#1793)
Fixed vulnerabilities found by SonarCloud.
2019-11-04 14:45:48 +13:00
Michael Keller
e6cfae063a
Removed non-published builds from the Azure pipeline. (#1797)
Removed non-published builds from the Azure pipeline.
2019-11-04 14:32:24 +13:00
Michael Keller
3843b4250b
Update version of nw.js (#1794)
Update version of nw.js
2019-11-04 09:08:33 +13:00
Michael Keller
55df431247
sonar cloud cleanup, test of sorts (#1792)
sonar cloud cleanup, test of sorts
2019-11-03 19:32:40 +13:00
mikeller
7da219259d Added badges to README.md. 2019-11-03 14:49:53 +13:00
mikeller
e73cd9b24d Removed non-published builds from the Azure pipeline. 2019-11-03 13:17:35 +13:00
Michael Keller
f6b4d87235
Fix Azure-Pipelines.yml to do a build and release on check in o… (#1727)
Fix Azure-Pipelines.yml to do a build and release on check in of master branch
2019-11-03 12:30:23 +13:00
Michael Keller
c94d8bdd41
pngcrush pngs (#1791)
pngcrush pngs
2019-11-03 12:11:24 +13:00
mikeller
18184013b5 Updated 'yarn release' target. 2019-11-03 12:10:06 +13:00
Asizon
80afa929b7 Increaseto1.8 2019-11-02 10:51:02 +01:00
Asizon
1985ff0b01 Moreincrease 2019-11-02 10:44:11 +01:00
Asizon
6bd75f27fa Usbmaxvoltage 2019-11-02 10:04:57 +01:00
mikeller
7bc8dbec6f Removed copy of semver from repository. 2019-11-02 21:28:14 +13:00
mikeller
36f29108d9 Fixed vulnerabilities found by SonarCloud. 2019-11-02 21:06:33 +13:00
TheIsotopes
b97d7224a8
Update version of nw.js 2019-11-02 09:06:32 +01:00
Kyle K
e0416cec00 sonar cloud cleanup, test of sorts
this cleans up 5 or 6 things that it sonarcloud is complaining about, so it should be reasonably happy with us.

I mainly want to see if the github integration will pass or fail this.
2019-11-02 05:59:52 +00:00
Michael Keller
9bf2595cdc
redo paper background so that it tiles better (#1790)
redo paper background so that it tiles better
2019-11-02 17:54:10 +13:00
Michael Keller
e5633ec005
Fix array overflow in receiver when no active channels (#1788)
Fix array overflow in receiver when no active channels
2019-11-02 17:53:53 +13:00
Michael Keller
62e305645a
Merge pull request #1789 from mikeller/add_sonarcloud
Added trigger file for SonarCloud analysis.
2019-11-02 14:29:57 +13:00
Kyle K
d1e3b9ae94 pngcrush pngs
pngcrush -rem iTXt -rem tEXt -brute

`-rem iTXt` and `-rem tEXt` are being used to remove metadata from Photoshop
2019-11-01 23:21:29 +00:00
Kyle K
a94be11042 redo paper background so that it tiles
making this look better on tall screen
2019-11-01 03:54:05 +00:00
mikeller
e2923be951 Added trigger file for SonarCloud analysis. 2019-11-01 09:29:34 +13:00
Richard Cooper
3a5483ac67 Release to seperate repository 2019-10-31 13:31:45 +00:00
Richard Cooper
c317f8d61f Update azure pipelines 2019-10-31 13:31:45 +00:00
Richard Cooper
61403c30a2 switch to "yarn gulp" for consistency. 2019-10-31 13:31:45 +00:00
Richard Cooper
8da9780692 Update azure pipelines 2019-10-31 13:31:45 +00:00
Miguel Angel Mulero Martinez
90dc937e74 Fix array overflow in receiver when no active channels 2019-10-31 09:16:19 +01:00
Michael Keller
1547294c0e
fixed typo made in #1779 (#1786)
fixed typo made in #1779
2019-10-31 19:15:52 +13:00
Michael Keller
4edda955e3
Remove font-awesome (#1784)
Remove font-awesome
2019-10-31 19:12:48 +13:00
Michael Keller
6a82490647
convert some style manipulation over to class manipulation (#1783)
convert some style manipulation over to class manipulation
2019-10-31 19:12:35 +13:00
Michael Keller
b2cc8e0f55
Fix errors about using i18next before its properly initial… (#1782)
Fix errors about using i18next before its properly initial…
2019-10-31 19:12:12 +13:00
TheIsotopes
9532e8d4c0
fixed typo made in #1779 2019-10-30 14:47:43 +01:00
Michael Keller
99e09ad866
Update messages.json (#1779)
Update messages.json
2019-10-31 01:20:05 +13:00
Michael Keller
a47aba8d7d
Merge pull request #1774 from Asizon/hidemotorPoles
Hide Motor Poles when it is not necessary
2019-10-31 01:18:47 +13:00
Kyle K
36246b8813 Remove font-awesome
I've done my best to look for any references to font awesome, and I don't see any. Is possible that the icons on the left were initially from font-awesome.
2019-10-30 00:38:08 +00:00
Kyle K
d2623dcb11 i18next: assign languageChanged hook after initialization 2019-10-29 23:16:52 +00:00
Kyle K
c2e8cf19c9 convert some style manipulation over to class manipulation
Use of addClass/removeClass makes design modifications involve html/css instead of html/css/js. Also we can look into packaging the css together to reduce file count.
Also removed some extra color statements (it is a shade of green from cleanflight 1.x)
2019-10-29 20:18:56 +00:00
Michael Keller
e49c5036e6
Update messages.json (#1777)
Update messages.json
2019-10-30 08:19:10 +13:00
Michael Keller
ec13355213
Update messages.json (#1776)
Update messages.json
2019-10-30 08:03:46 +13:00
Michael Keller
003c65c397
Update messages.json (#1775)
Update messages.json
2019-10-30 08:03:21 +13:00
Kyle K
c2423badfc Almost fixes an error about using i18next before its properly initialized
Updating to i18next 18.0.1
Goes from lots of complaints down to just one.
https://github.com/i18next/i18next/blob/master/CHANGELOG.md
2019-10-29 17:52:19 +00:00
EGParadox
e73a850140
Update messages.json 2019-10-29 15:00:12 +02:00
EGParadox
eab5abb527
Update messages.json 2019-10-29 14:59:04 +02:00
EGParadox
b458bb35a0
Update messages.json 2019-10-29 14:57:24 +02:00
Michael Keller
4d7cc704b0
CliAutocomplete for diff #1630 (#1677)
CliAutocomplete for diff #1630
2019-10-29 19:53:33 +13:00
Elvin Chen
b1a99d8840
Update messages.json 2019-10-29 11:49:53 +08:00
Michael Keller
49c7da5683
Save vtx_table lua file. (#1759)
Save vtx_table lua file.
2019-10-29 14:29:48 +13:00