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

1982 commits

Author SHA1 Message Date
Scavanger
67d74e2571 Fix 2024-11-08 02:17:06 -03:00
Mr D - RC
a9df3f6eab Added uplink RSSI dBm to programming framework 2024-11-05 20:46:45 +00:00
Mr D - RC
34591d2a15 Add new LC operands for RC link 2024-11-04 18:16:08 +00:00
Scavanger
6e7a04a817 Geozones 2024-11-03 12:00:10 -03:00
Geoff Sim
01c166626e Adjust if/else syntax 2024-10-10 16:20:08 +01:00
Geoff Sim
9cc6aeec1f Fix syntax error 2024-10-09 14:37:57 +01:00
Geoff Sim
4470342410 Allow a power index range of 0-4 for MSP VTX devices 2024-10-09 13:57:54 +01:00
Sensei
c81c1db5d7
Merge pull request #2196 from smsnvc/smsnvc-add-Ukrainian-translation
Adding Ukrainian translation for the INAV Configurator
2024-09-23 11:58:11 -05:00
Mr D - RC
c0e02494f6 Fix profile change not working
Initially, I thought that the profiles were not changing when you selected a new profile from the select box. It turns out that this was only happening after setting up from the defaults dialog. The problem was that the `periodicStatusUpdater` was being stopped to perform the parameter upload. But not re-started. I added a function to resume the updater, and everything works as it should. I made a few other changes:
- Tidied up the setting of the parameters for each profile
- Added specific `set` profile messages, rather than `loaded` being repeated
- Only show messages for the profiles that have changed, not all of them
2024-09-21 10:11:22 +01:00
Oleg Shevtsov
c67a2166ec Adding Ukrainian translation for the INAV Configurator. If you want to review, suggest some change or fix errors - please use crowdin to send your suggestions. https://crowdin.com/project/inav-in-ukrainian 2024-09-20 20:46:39 +03:00
Darren Lines
3c6197d037
Merge pull request #2159 from iNavFlight/MrD_Remove-switch-indicators-in-favour-of-custom-OSD-elements
Enhance OSD Custom Elements
2024-09-17 13:21:01 +01:00
Marcelo Bezerra
7c46f2093d
Bump max to 34 2024-08-22 12:23:17 +02:00
Marcelo Bezerra
8ea40f1399
Merge pull request #2138 from shusain/fixing-bluetooth-on-linux
Minor patch to the permissions since bluetooth api is still
2024-08-21 23:23:37 +02:00
Marcelo Bezerra
1026444811
Update main.js
always enable web bluetooth.
2024-08-21 23:07:08 +02:00
Marcelo Bezerra
4f150b002d
Remove UBLOX7 option 2024-08-17 17:30:46 +02:00
error414
03e37a3296 adsb enhanced 2024-08-10 22:49:51 +02:00
bkleiner
a56d89a81f fix MSP_SET_RX_MAP 2024-08-08 14:18:23 +02:00
Darren Lines
7a86b417c6 Removed Switch Indicators and increase custom to 8
Removed Switch indicators and increased the number of osd custom elements to 8.
2024-08-05 12:20:20 +03:00
Marcelo Bezerra
411f363ed8 Add extra channels 2024-08-02 13:37:20 +02:00
Marcelo Bezerra
257c552a4f Add ELRS mavlinkrc baud rate 2024-07-10 10:08:36 +02:00
Marcelo Bezerra
7041ab2b4c
Merge pull request #2139 from sensei-hacker/remove_used_platform_other
js/model.js: PLATFORM_OTHER is not valid, remove
2024-07-08 12:42:47 +02:00
Ray Morris
91b9ee7f1f js/model.js: PLATFORM_OTHER is not valid, remove 2024-07-06 19:21:24 -05:00
Shaun Husain
28191a692c Minor patch to the permissions since bluetooth api is still
considered experimental on Chrome/Linux implementation.
2024-07-06 16:01:15 -05:00
breadoven
9e8464efcb Add flown loiter radius 2024-06-29 14:06:23 +01:00
Marcelo Bezerra
a7625bfa3e
Merge pull request #2122 from bfmvsa/open-links-in-default-browser
Fix issue with opening external links in app's window.
2024-06-27 23:29:12 +02:00
Marcelo Bezerra
4f6325ae2d
Merge pull request #2123 from iNavFlight/mmosca-gps-assitnow
Add UBLOX AssistNow support to configurator
2024-06-24 10:03:14 +02:00
Marcelo Bezerra
697ebfa5f1 Add error message to locale. 2024-06-23 23:48:10 +02:00
Marcelo Bezerra
ac8c7edff7 Quiet down console logs 2024-06-23 23:44:46 +02:00
Marcelo Bezerra
a3778ae40f Cache assitnow offline data.
Allows for offline use.
2024-06-23 22:10:53 +02:00
Marcelo Bezerra
152124627c Only send relevant assitnow offline messages 2024-06-23 21:45:17 +02:00
bfmvsa
5b91b80e95 Get latest release instead of list of all releases 2024-06-23 20:30:52 +02:00
Marcelo Bezerra
a3f6a99d02 We now successfully fetch and parse ublox data and send as msp messages 2024-06-23 19:31:57 +02:00
Marcelo Bezerra
ee98c70807 Add some of the basic plumbing for Assistnow handling
Currently able to fetch assistnow online and offline data from the web,
but breaking data down into individual ubx commands is failing.

I may need to change it into fetching and treating data as binary.
2024-06-23 17:59:46 +02:00
bfmvsa
09ef90d3db Fix issue with opening external links in app's window. 2024-06-23 16:29:31 +02:00
Marcelo Bezerra
dd3e10fd59 Add new file 2024-06-23 14:51:47 +02:00
Marcelo Bezerra
e497b7f360 Add Assistnow Key configuration and some basic build setup 2024-06-23 14:50:52 +02:00
Marcelo Bezerra
05f6d3e8df Add MSP2_INAV_GPS_UBLOX_COMMAND code 2024-06-23 13:36:08 +02:00
Marcelo Bezerra
fb06ab2345
Merge pull request #2118 from iNavFlight/mmosca-sbus-output
Add channels 17-24 to mixer
2024-06-23 13:11:34 +02:00
Pawel Spychalski (DzikuVx)
abb6b511a3 Fix GPS wizard step in case no GPS port is preselected 2024-06-22 20:36:13 +02:00
Marcelo Bezerra
92302e0bd9 Add channels 18-24 to mixer 2024-06-21 20:12:07 +02:00
Marcelo Bezerra
7fa260a9c9 Merge remote-tracking branch 'origin/master' into mmosca-gimbal-test 2024-06-18 10:07:35 +02:00
Paweł Spychalski
e17965d489
Merge pull request #2112 from iNavFlight/wizard-gps-step
Wizard GPS step
2024-06-17 20:53:15 +02:00
Pawel Spychalski (DzikuVx)
f6df2c00db Enable Wizard GPS tab on all presets 2024-06-17 20:44:29 +02:00
Pawel Spychalski (DzikuVx)
873c12b4cd Enable persistence 2024-06-17 16:47:38 +02:00
Pawel Spychalski (DzikuVx)
a90d4634d5 Store GPS protocol in the wizard state 2024-06-17 14:40:57 +02:00
Pawel Spychalski (DzikuVx)
7b63e06521 Correctly set GPS feature flag 2024-06-17 14:12:59 +02:00
Pawel Spychalski (DzikuVx)
5c7a6be54e Merge branch 'master' into wizard-gps-step 2024-06-16 20:11:06 +02:00
Pawel Spychalski (DzikuVx)
5ad427c4b4 Extend settings cache with build info 2024-06-16 20:08:17 +02:00
Marcelo Bezerra
459b357ff5 Add head tracking sources 2024-06-10 16:19:29 +02:00
Marcelo Bezerra
1887fe142d Revert "Add head tracking source to mixer"
This reverts commit cd9b08a21b.
2024-06-10 16:17:52 +02:00