1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-21 07:15:13 +03:00
Commit graph

94 commits

Author SHA1 Message Date
Scavanger
06a4d8b0c8 Convert to CommonJS Modules Part 3 2024-04-18 15:39:19 -03:00
Scavanger
ca13eefa1b Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 2024-04-01 14:44:39 -03:00
Scavanger
4b0e09aa10 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron 2024-03-25 08:34:03 -03:00
Pawel Spychalski (DzikuVx)
b1a5716607 Additional case 2024-03-24 17:43:52 +01:00
Pawel Spychalski (DzikuVx)
f42ba12337 Process unique functions in the ports tab 2024-03-24 17:42:22 +01:00
Pawel Spychalski (DzikuVx)
b316704246 Fix updateDefaultBaud 2024-03-24 17:15:46 +01:00
Scavanger
38727c54a8 Convert to CommonJS Modules - Part 2 2024-03-24 11:40:50 -03:00
Pawel Spychalski (DzikuVx)
f0981959aa Generate selects for GPS ports in the GPS tab 2024-03-24 15:23:06 +01:00
Pawel Spychalski (DzikuVx)
a0af3d998b Refactor how port names as derived 2024-03-24 14:46:16 +01:00
Pawel Spychalski (DzikuVx)
9f065fc1a6 Furter decouple the serial port handling from the ports tab 2024-03-24 14:33:42 +01:00
Pawel Spychalski (DzikuVx)
a65ff23f8d Simplify serial config loading 2024-03-24 13:37:13 +01:00
Pawel Spychalski (DzikuVx)
352fb42cd2 Simplify USB VCP exlusion from ports tab by not presenting it in the tab at all 2024-03-15 15:00:47 +01:00
Pawel Spychalski (DzikuVx)
516bc1ac2c Make it impossible to modify USB VCP serial port assignment in the GUI 2024-03-07 21:27:49 +01:00
Andi Kanzler
91f1699659 Convert to CommonJS Modules 2024-02-26 11:58:56 -03:00
Andi Kanzler
2f880e218d OSD Tab 2024-02-12 08:45:46 -03:00
Andi Kanzler
f24ccfc637 Init 2024-02-10 18:08:17 -03:00
Pawel Spychalski (DzikuVx)
6c9f771cd9 Update jquery to 3.7.1 2023-12-28 12:41:38 +01:00
Roman Sorokin
e0d0cd723b SBUS Outputs in ports 2023-12-07 10:38:44 +03:00
Marcelo Bezerra
9b5e05af7e Add 230400 baud rate to gps
Potentially useful for higher refresh rates
2023-06-15 14:13:57 +02:00
Marcelo Bezerra
057e7f1603 Add warning message to softserial ports
We often get users asking about osd problems on f411 fc because they are trying to use soft serial with MSP DisplayPort.

A warning triangle will be displayed on Soft Serial entries and when the mouse stops over the icon it will display the following message:

"It is not advisable to use softserial for flight critical devices like GPS or receiver, or high traffic devices like MSP DisplayPort."
2023-04-15 22:52:25 +02:00
Darren Lines
f0c593859c Allow default baud rates on ports page
This PR allows default baud rates to be set, per function, on the ports page. For example, SmartPort should run at 57600 baud. But, when the option is selected currently, the baud rate stays at 115200. This PR corrects that.
2022-12-25 20:28:02 +00:00
Pawel Spychalski (DzikuVx)
3e6dd4547d Drop IMU2 function 2022-10-23 09:59:54 +02:00
Jeff Hendrix
ffee3d3935 Added support for DJI wtfos MSP-OSD full screen 59x22 OSD 2022-10-02 13:45:23 -06:00
Pawel Spychalski (DzikuVx)
b921bc8486 Rename HDZero to MSP Displayport 2022-10-01 11:54:51 +02:00
Pawel Spychalski (DzikuVx)
005efec007 Semver cleanup 2022-02-24 13:11:47 +01:00
Geoff Sim
e17f6b9d68 Rename Shark Byte to HDZero. 2021-12-01 08:04:58 +00:00
Geoff Sim
7dbb279c0f Update OSD tab to support HD (50x18) mode 2021-11-20 09:53:49 +00:00
Pawel Spychalski (DzikuVx)
6589850146 Secdondary IMU2 port function 2021-04-11 17:13:31 +02:00
Michel Pastor
f76c83801d
Add SmartPort master (#993) 2020-09-04 09:15:13 +02:00
Pawel Spychalski (DzikuVx)
303c4b8d45 Allow for 32 LCs and 8 GVARs 2020-07-31 11:53:29 +02:00
Alberto García Hierro
0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Konstantin (DigitalEntity) Sharlaimov
e6b5719cc4 [DJI] Add support for DJI FPV goggles and SBUS Fast protocol 2020-01-02 10:34:57 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Alberto García Hierro
0e47a8415c Add support for selecting FrSky OSD in the ports tab 2019-09-26 09:47:30 +01:00
Michel Pastor
4cf10eedf9
Add the GSM SMS telemetry option (#781) 2019-05-25 17:30:50 +02:00
Konstantin Sharlaimov (DigitalEntity)
bc95909055 [PORTS] Add ESC and OPFLOW to serial port bit masks 2019-05-11 22:04:23 +02:00
Carsten W
a9f9487d4f Add configurator support for FFPV24G into configurator (#744)
* add configurator support for FFPV24G

* change naming to match FC code
2019-04-29 17:24:19 +02:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +01:00
Pawel Spychalski (DzikuVx)
76fa185747 Cleanup and default to VCP board 2019-01-23 17:25:47 +01:00
Pawel Spychalski (DzikuVx)
8baec91be3 fix ports tab on older firmwares 2019-01-21 20:21:20 +01:00
Michel Pastor
c0c06d7882 Add rangefinder to ports sensor list 2019-01-07 23:55:14 +01:00
Pawel Spychalski (DzikuVx)
13f50294f3 references to INAV 1.2 removed 2018-05-07 20:46:11 +02:00
azol
eddf5473f4 Change 'RunCam Split' to 'RunCam Device' 2017-10-19 16:51:48 +08:00
Pawel Spychalski (DzikuVx)
8dfa070624 Port GPS renamed to Sensors and moved to separate column 2017-09-19 21:33:26 +02:00
Pawel Spychalski (DzikuVx)
3920cfa443 SmartAudio and Tramp support 2017-09-13 11:21:15 +02:00
Pawel Spychalski (DzikuVx)
ccc92ac3b6 Blackbox moved to Pheripherials column 2017-08-09 18:46:03 +02:00
azolyoung
02d4a8ae47 use FC version as condition to detect which is support rcsplit or not. 2017-08-06 15:02:05 +08:00
azol
73f324e4c1 add runcam split suport
add peripherals column on ports page

fixed ports page will show the rcsplit with apiversion less 1.27.0

move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available

cleanup

clean up
2017-08-06 11:05:43 +08:00
Konstantin Sharlaimov (DigitalEntity)
0dcbf6109c Add 4800 baud 2017-03-27 17:45:52 +10:00
Konstantin Sharlaimov (DigitalEntity)
12492267b7 Extend baudrates; Allow telemetry baud rates down to 1200 bps 2017-03-27 17:41:21 +10:00