Commit Graph

4554 Commits (9e1f36b1265965235d02b719ab2c9f1ac405c7bd)

Author SHA1 Message Date
Kyle K 16cabc93a4 initial go at flashing unified target with a config 2019-09-05 04:15:22 +00:00
Michael Keller 386c757e45
Removed Dshot1200 protocol. (#1614)
Removed Dshot1200 protocol.
2019-09-05 02:09:00 +12:00
Michael Keller 4e6076756e
refactor CSS references to Open Sans font (#1613)
refactor CSS references to Open Sans font
2019-09-05 01:55:31 +12:00
Bruce Luckcuck d6a86dd3c3 Add visual indicator on mode when arming is disabled
If arming is disabled (at the firmware level) but the channel is withing the arming mode activation range, display the mode in red to indicate arming not available.
2019-09-04 07:44:25 -04:00
Michael Keller 7f1934b946
Merge pull request #1612 from McGiverGim/vtx_load_save
Add save/load buttons for the VTX Table
2019-09-04 23:30:16 +12:00
IvoFPV 26706f289a Fix dmin on/off calculation and dmin limit 2019-09-04 12:42:40 +02:00
Miguel Angel Mulero Martinez ca6b1f4e0e Add save/load buttons for the VTX Table 2019-09-04 12:03:00 +02:00
IvoFPV df79e2cb96 Fix vtx table inputs 2019-09-04 11:23:12 +02:00
Miguel Angel Mulero Martinez a3042e39cc Fix CSS button at the MSP TX window 2019-09-04 08:39:09 +02:00
IvoFPV 5b7d9bfa52 Add warning if SA port assigned and no Vtx Table 2019-09-03 19:35:08 +02:00
Michael Keller 054ab5e02a
Added 0 terminator to custom defaults before flashing. (#1611)
Added 0 terminator to custom defaults before flashing.
2019-09-04 01:11:09 +12:00
Michael Keller 4985e86ecc
Keep active subtab selected on PID Tuning tab, change displayed… (#1610)
Keep active subtab selected on PID Tuning tab, change displayed data …
2019-09-04 01:08:24 +12:00
mikeller 7e77e91597 Removed Dshot1200 protocol. 2019-09-03 23:00:20 +12:00
Kyle K ae875339da refactor CSS references to Open Sans font
The old way of using Open Sans was taking some browser quirk into consideration, instead of asking for the web font such as 'Open Sans' in bold, css would ask for a font called 'open_sansbold'

I also found two instances of 'regularbutton' class being defined for tabs, while the class is styled globally in main.css

This fixes a bug I caused where on Windows you can just ask for a bold version of a font, and it'll do it. macOS doesn't really do this properly, so the langauge selector was hard to see.
2019-09-03 08:03:25 +00:00
Michael Keller cd7f305bef
Merge pull request #1605 from McGiverGim/msp_multiple_msp
Add MSP_MULTIPLE_MSP command
2019-09-02 22:52:23 +12:00
Miguel Angel Mulero Martinez bb2334ca56 Add MSP_MULTIPLE_MSP command 2019-09-02 12:32:01 +02:00
Károly Kiripolszky f1ce8075ad keep active subtab selected on PID Tuning tab, change displayed data only 2019-09-02 11:25:36 +02:00
mikeller 2336f6bd6f Added 0 terminator to custom defaults before flashing. 2019-09-02 20:55:51 +12:00
Michael Keller f547d84eef
Gyro filtering restructure debug modes (#1607)
Gyro filtering restructure debug modes
2019-09-01 15:41:18 +12:00
Miguel Angel Mulero Martinez 0daa22d5ea Gyro filtering restructure debug modes 2019-08-30 13:58:25 +02:00
Michael Keller 9d6f35c7f5
Change the tooltip attach method (#1604)
Change the tooltip attach method
2019-08-30 01:31:27 +12:00
Michael Keller 19106ae6cb
Merge pull request #1602 from McGiverGim/add_telem_info_motors
Add telemetry dshot data info to the motors tab
2019-08-30 01:19:01 +12:00
Miguel Angel Mulero Martinez 34f735e1e7 Change the tooltip attach method 2019-08-28 11:59:19 +02:00
Miguel Angel Mulero Martinez b065c8f4f7 Add telemetry dshot data info to the motors tab 2019-08-28 11:50:47 +02:00
Michael Keller a1349e6ac5
Merge pull request #1599 from IvoFPV/add-auto-smoothness-to-ui
Add rc smoothing auto smoothness to UI, fix refresh button and slowdown
2019-08-28 17:21:53 +12:00
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