Michael Keller
ed824563a1
Fixed structure of VTX tab Introduction string ( #1600 )
...
Fixed structure of VTX tab Introduction string
2019-08-28 12:08:11 +12:00
Leo Bottaro
67e11bb6e0
Fixed typo on vtxTablePowerLevelsTableHelp
...
County -> Country
2019-08-27 08:38:07 -03:00
Leo Bottaro
759265cf8f
Fixed structure of VTX tab Introduction string
...
From:
You can configure here the values for your Video *Trasmitter* (VTX). You can consult and configure the values of the transmission including the VTX Tables if the flight controller and the VTX support it
To:
Here you can configure the values for your Video Transmitter (VTX). You can view and change the transmission values, including the VTX Tables, if the flight controller and VTX support it
2019-08-26 16:54:20 -03:00
IvoFPV
c51217a585
Indentation, remove parsing
2019-08-26 10:36:33 +02:00
IvoFPV
70464f5ff2
Add rcsmoothing auto smoothness to UI
2019-08-25 20:06:09 +02:00
Michael Keller
e3e79f6e81
Merge pull request #1584 from IvoFPV/piduiov2
...
Improve PID Tuning tab style and layout
2019-08-25 13:44:10 +12:00
Michael Keller
1cefc1303a
Merge pull request #1595 from Docteh/sensors
...
reorder config requests on sensors tab
2019-08-25 11:12:31 +12:00
Michael Keller
c77fe48be9
Merge pull request #1582 from hydra/support-reboot-to-flash-bootloader
...
Replace legacy firmware reboot sequence with MSP based sequence.
2019-08-25 10:26:39 +12:00
Hydra
4c0e9f06e5
Replace legacy firmware reboot sequence with MSP based sequence.
...
This allows two things:
1. good user experience when flashing devices that use FLASH
bootloaders. previously users would have to use `bl flash` or enter
flash bootloader manually.
2. arbitrary setting of cli reboot character without breaking ability to
reboot flash via configurator.
Squashed commits:
* Extract MSPConnector from code in stm32.js to allow reuse.
* Use reboot_baud when connecting via MSP.
* Ensure GUI connect is unlocked after connect failures.
* Support legacy reboot method for old firmware.
* Don't treat MSPConnector as a singleton.
* Fix `port` usage in handlers.
* Add short delay after closing serial port before re-opening it again.
2019-08-24 22:11:35 +02:00
IvoFPV
34ca57fec2
Fix wrapping
2019-08-24 18:19:51 +02:00
IvoFPV
61d0b1e857
Dmin set per default ratio
2019-08-24 09:57:35 +02:00
IvoFPV
72b00c1d91
Add dmin note, remove spacer on wrap
2019-08-24 09:21:51 +02:00
IvoFPV
0c267265d4
Clean up css
2019-08-23 17:20:45 +02:00
Kyle K
715ca02a8b
reorder config requests on sensors tab
2019-08-23 05:58:42 +00:00
Michael Keller
1a1133903b
Ignore the l10n_master branch for CI purposes ( #1591 )
...
Ignore the l10n_master branch for CI purposes
2019-08-23 09:17:53 +12:00
Michael Keller
1b84527296
Added .nvmrc file to enable automatic node version selection wi… ( #1590 )
...
Added .nvmrc file to enable automatic node version selection with 'nvm'.
2019-08-23 01:38:48 +12:00
IvoFPV
b3a5865a65
Fix messages
2019-08-22 14:05:04 +02:00
IvoFPV
39a81a0728
Improve pid tuning tab style and layout
2019-08-22 12:17:22 +02:00
Kyle K
b547c8a85f
Ignore the l10n_master branch for CI purposes
...
https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches
Documentation says that the .travis.yml file needs to be present on all active branches of the project.
I don't know if that means we need to have this change in the branch for it to take effect.
Also exiting builds early if
2019-08-21 21:11:40 +00:00
mikeller
4cac52b3d3
Added .nvmrc file to enable automatic node version selection with 'nvm'.
2019-08-22 01:31:03 +12:00
Michael Keller
c3a492f9b8
Merge pull request #1589 from mikeller/require_node_10
...
Added requirement for node version 10.
2019-08-22 00:21:44 +12:00
Michael Keller
b60c57c135
Merge pull request #1585 from mikeller/add_unified_target_flashing
...
Added flashing of Unified Targets from configurations.
2019-08-21 23:09:02 +12:00
Michael Keller
bb67dbbd72
Merge pull request #1569 from McGiverGim/add_vtx_tab
...
Add an VTX tab
2019-08-20 23:37:09 +12:00
Miguel Angel Mulero Martinez
0817e7d9e6
Add an VTX tab
2019-08-20 13:23:10 +02:00
mikeller
c9b59add57
Added requirement for node version 10.
2019-08-20 23:22:52 +12:00
mikeller
1079a854aa
Added flasing of Unified Targets from configurations.
2019-08-19 00:54:35 +12:00
Michael Keller
e2c6cfae0f
Small bug fixes ( #1583 )
...
Small bug fixes
2019-08-18 12:17:38 +12:00
Michael Keller
aee77aa3ac
pretty up the windows installer ( #1581 )
...
pretty up the windows installer
2019-08-18 12:17:15 +12:00
Michael Keller
4474fbfc9b
Add support for custom gyro alignment. ( #1580 )
...
Add support for custom gyro alignment.
2019-08-18 12:17:06 +12:00
Michael Keller
b461896200
Fix iterm cutoff showing when iterm relax disabled ( #1579 )
...
Fix iterm cutoff showing when iterm relax disabled
2019-08-18 12:16:53 +12:00
Michael Keller
b175a0f666
Add FF2.0 debug modes ( #1577 )
...
Add FF2.0 debug modes
2019-08-17 20:14:40 +12:00
Michael Keller
8afcd989f8
get rid of superfluous notification ( #1578 )
...
get rid of superfluous notification
2019-08-17 19:42:58 +12:00
Kyle K
3ab9097090
Small bug fixes
...
Cleaning up some errors in the javascript console before I start adding new ones.
src/js/ConfigStorage.js: forgot to test writing multiple keys at once, can now write multiple keys at once.
src/js/FirmwareCache.js: avoid throwing an error if someone comes asking for an undefined firmware
src/js/jenkins_loader.js: same .error deprecation as #1568
2019-08-16 22:15:58 +00:00
Hydra
7cc63f1192
Add support for custom gyro alignment.
...
Prior to this, if custom alignment is set in the firmware the
configurator will not show the 'Custom' setting and will reset the
'Custom' setting to 'Default' when saved.
2019-08-16 11:25:47 +02:00
IvoFPV
d7e2cc6030
Fix iterm cutoff showing when iterm relax disabled
2019-08-16 11:08:37 +02:00
Kyle K
b40536c031
get rid of superflorous notification
2019-08-15 22:19:46 +00:00
IvoFPV
3f54c6cf42
Add FF2.0 debug modes
2019-08-15 22:24:26 +02:00
Kyle K
9963a6fea3
pretty up the installer
2019-08-15 19:04:12 +00:00
Michael Keller
e513c279a4
Add a way to avoid trying to add a custom icon when building nw… ( #1576 )
...
Add a way to avoid trying to add a custom icon when building nw.js
2019-08-15 12:48:38 +12:00
Michael Keller
b44f378ed9
Simplified configuration of fast SBus. ( #1575 )
...
Simplified configuration of fast SBus.
2019-08-15 12:48:23 +12:00
Michael Keller
541074238c
Add debug modes to blackbox tab ( #1566 )
...
Add debug modes to blackbox tab
2019-08-15 12:47:53 +12:00
Michael Keller
329906c05b
Fixed dependency vulnerabilities. ( #1574 )
...
Fixed dependency vulnerabilities.
2019-08-14 23:41:50 +12:00
Kyle K
cbc21528fd
Add a way to avoid trying to add a custom icon when building nw.js
...
Example use:
yarn run gulp release --win64 --nowinicon
winIco and winVersionString cause a wine requirement
2019-08-14 00:07:13 +00:00
mikeller
d6318a2e9e
Simplified configuration of fast SBus.
2019-08-13 22:20:24 +12:00
Michael Keller
68247f9571
Fixed dependency vulnerabilities.
2019-08-13 14:22:24 +12:00
Michael Keller
6371379abe
read version information from... version.json ( #1573 )
...
read version information from... version.json
2019-08-13 09:29:56 +12:00
Kyle K
3fb1d96370
read version information from... version.json
2019-08-12 20:19:26 +00:00
Michael Keller
bac0417975
Merge pull request #1567 from IvoFPV/adddynnotchtoui
...
Add dynamic notch settings to UI
2019-08-13 00:07:13 +12:00
IvoFPV
2c42243bfb
Add unknown i18n
2019-08-12 09:04:12 +02:00
IvoFPV
ec838fcd5a
Fix translations
2019-08-11 17:01:55 +02:00