Scavanger
0d1502e03d
Fixes, Readme, Makers
2024-04-21 20:46:16 -03:00
Scavanger
06a4d8b0c8
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
Scavanger
4b0e09aa10
Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into Electron
2024-03-25 08:34:03 -03:00
Scavanger
38727c54a8
Convert to CommonJS Modules - Part 2
2024-03-24 11:40:50 -03:00
Pawel Spychalski (DzikuVx)
1f718efe07
Activate / deactivate groundstation mode
2024-03-07 21:03:45 +01:00
Pawel Spychalski (DzikuVx)
c7b924e67b
When LTM stream is detected, the app will automatically switch to groundstation mode.
2024-03-07 20:51:15 +01:00
Pawel Spychalski (DzikuVx)
742176d7eb
Decode LTM telemetry protocol
2024-03-06 21:23:55 +01:00
Andi Kanzler
91f1699659
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
Andi Kanzler
7df8253099
Firmware flasher, BLE, TCP, UDP -> Electron
2024-02-16 20:55:36 -03:00
Andi Kanzler
f24ccfc637
Init
2024-02-10 18:08:17 -03:00
Darren Lines
6a34f6b349
Only show EzTune tab when platform is multirotor
...
The PR only shows the Ez Tune tab when the platform is either `PLATFORM_MULTIROTOR ` or `PLATFORM_TRICOPTER`. More platforms can be added in the function in main.js.
When changing the mixer to a non-supported platform. Ez Tune is automatically disabled.
2023-11-04 21:34:40 +00:00
Andi Kanzler
069d0f2019
SITL integration
2023-03-08 12:43:14 -03:00
Pawel Spychalski (DzikuVx)
3e6dd4547d
Drop IMU2 function
2022-10-23 09:59:54 +02:00
Andi Kanzler
ab7162980b
BLE, TCP and UDP Support
2022-03-31 16:18:46 +02:00
Pawel Spychalski (DzikuVx)
32ab753e23
Path more cases that lead to inproper MSP version select
2022-03-11 13:02:06 +01:00
breadoven
dc4f51e6db
Update serial_backend.js
2022-03-09 17:08:05 +00:00
Pawel Spychalski (DzikuVx)
005efec007
Semver cleanup
2022-02-24 13:11:47 +01:00
Pawel Spychalski (DzikuVx)
473adae418
Drop MSP_STATUS and MSP_STATUS_EX
2022-02-24 11:27:39 +01:00
Pawel Spychalski (DzikuVx)
f719f7c464
report IMU2 hardware status
2021-08-12 15:00:03 +02:00
Darren Lines
ac0edfcea1
Added firmware version number to configurator
2020-11-26 21:07:58 +00:00
Pawel Spychalski (DzikuVx)
303c4b8d45
Allow for 32 LCs and 8 GVARs
2020-07-31 11:53:29 +02:00
Pawel Spychalski (DzikuVx)
3dfc521084
Fix version selector
2020-03-05 12:06:53 +01:00
Pawel Spychalski (DzikuVx)
6bd0d17022
Merge branch 'master' into dzikuvx-pid-bank-11
2020-03-05 11:45:44 +01:00
Alberto García Hierro
b7d36044b0
Remove double initialization of helper.defaultsDialog
...
helper.defaultsDialog.init() was called from both onConnect()
and onValidFirmware(). Thanks to @dzikuvx for pointing out that
just the last call was enough.
2020-01-21 20:18:32 +00:00
Pawel Spychalski (DzikuVx)
2d284a6c5c
Correctly initialize variable length PID banks
2019-12-27 13:53:39 +01:00
Pawel Spychalski (DzikuVx)
22335fa99e
Merge remote-tracking branch 'origin/master' into release-2-3-0
2019-11-20 23:56:16 +01:00
Pawel Spychalski (DzikuVx)
85893d07cd
Activate defaults only on 2.3 firmware
2019-11-20 11:55:28 +01:00
Pawel Spychalski (DzikuVx)
c27d956323
Dummy dialog
2019-11-20 11:49:14 +01:00
Pawel Spychalski (DzikuVx)
f18696ab9a
Dummy dialog
2019-11-02 15:24:56 +01:00
Alberto García Hierro
2f159fb83c
Serial: Fix arguments to i18n.getMessage() in onInvalidFirmwareVersion()
...
Formatting arguments are passed as an array
2019-06-24 18:04:56 +01:00
Pawel Spychalski (DzikuVx)
74a2d13224
Fix connect bug
2019-04-29 19:51:25 +02:00
Paweł Spychalski
cec7997bfc
Merge pull request #757 from iNavFlight/dzikuvx-min-max-firmware-changes
...
Set min and max supported firmware
2019-04-28 15:29:42 +02:00
Pawel Spychalski (DzikuVx)
61189e4d6c
Set min and max supported firmware
2019-04-27 20:20:42 +02:00
Pawel Spychalski (DzikuVx)
b5db21ae7c
Remove Autoconnect
2019-04-27 19:24:14 +02:00
Pawel Spychalski (DzikuVx)
5c4b2806ad
Display a modal during reboot
2019-02-04 14:19:38 +01:00
Paweł Spychalski
baba6abab0
Merge pull request #662 from iNavFlight/dzikuvx-reconnect-improvements
...
Wait longer for reconnect
2019-01-23 18:59:12 +01:00
Pawel Spychalski (DzikuVx)
76fa185747
Cleanup and default to VCP board
2019-01-23 17:25:47 +01:00
Pawel Spychalski (DzikuVx)
f8385dbbff
Wait longer for reconnect
2019-01-23 17:14:47 +01:00
Niccolò Maggioni
a340443c43
Rebase CLI tab on latest CF
...
Integrates Save to File and Clear Output buttons, plus some minor
iNav compatibility patches
2018-11-29 14:26:02 +01:00
Alberto García Hierro
d0ec941a1c
Fix FC version display during connection
...
Version was displayed before it was actually obtained
2018-06-29 17:40:46 +01:00
Alberto García Hierro
3b5660bdcc
Fix connection to flight controller
...
Also, refactor the code for invalid firmware variant/version a bit,
removing code used for versions older than 1.6.0.
2018-05-08 11:44:23 +01:00
Pawel Spychalski (DzikuVx)
855bf9f045
reject old firmwares
2018-05-08 08:45:34 +02:00
Konstantin Sharlaimov (DigitalEntity)
7f7bdc0a59
Add MSP version to status line
2017-09-08 20:27:49 +10:00
Alberto García Hierro
acd455d6da
Add support for MSPv2
...
MWC side detection is done by sending an MSPv1 message for
MSP_API_VERSION. If the MSP_VERSION supports MSPv2 (>= 2.0.0),
then the rest of the messages for the session will be MSPv2 only.
2017-08-27 15:02:40 +02:00
Pawel Spychalski (DzikuVx)
e74645f497
Merge branch 'master' into msp-queue
2017-01-26 17:14:14 +01:00
Pawel Spychalski (DzikuVx)
37738ac269
adaptive intervals
2017-01-25 21:13:58 +01:00
Pawel Spychalski (DzikuVx)
c977b19432
advanced tuning tab done
2017-01-24 21:37:29 +01:00
Pawel Spychalski (DzikuVx)
dc40b96238
bps save
2017-01-23 20:15:48 +01:00
Pawel Spychalski (DzikuVx)
f3aea108bd
loosened filtering, andjusted PIDs and fixed roundtrip computation
2017-01-23 18:44:01 +01:00
Pawel Spychalski (DzikuVx)
0ed67a752b
port usage removed as not giving any useful data
2017-01-22 21:33:35 +01:00