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

1016 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
ad513d985f Updated Nano Talon mixer 2018-06-18 16:07:55 +02:00
Paweł Spychalski
ff0b0bf2fc
Merge pull request #466 from shellixyz/fix_bug_in_MSP_ACTIVEBOXES_decoding
Fix bug in MSP_ACTIVEBOXES decoding
2018-06-14 14:28:42 +02:00
Pawel Spychalski (DzikuVx)
92f596634f Rangefinder rename 2018-06-06 08:51:48 +02:00
Michel Pastor
1b453762a1 Fix bug in MSP_ACTIVEBOXES decoding
In JS `(1<<32) == 1` so it was causing an issue when the FC was advertising
more than 32 mode boxes
2018-06-05 01:52:15 +02:00
Pawel Spychalski (DzikuVx)
b099f68281 Output mapping in mixer tab 2018-06-02 17:38:37 +02:00
Alberto García Hierro
aeff96317a
Merge pull request #450 from iNavFlight/agh_workaround_f3_font_bug
Add a workaround for uploading fonts on F3 from macOS
2018-05-25 13:15:54 +01:00
Pawel Spychalski (DzikuVx)
f5e60cc40e Servo output in Servo tab 2018-05-24 20:28:04 +02:00
Pawel Spychalski (DzikuVx)
6d40d8e020 show only configured servos 2018-05-24 14:32:21 +02:00
Alberto García Hierro
f2f2d7ba9b
Merge pull request #453 from iNavFlight/agh_fix_msp_rx
Fix support for simulated RX via MSP, increase channels to 12
2018-05-20 21:58:49 +01:00
Alberto García Hierro
6e80fd2b4d Fix support for simulated RX via MSP, increase channels to 12
- Fix detection of MSP_RX to show the button in the receiver tab
- Fix path to the .css file for receiver_msp.html
- Increase number of channels to 12
2018-05-20 17:05:34 +01:00
Alberto García Hierro
205d8c2df7 Add a workaround for uploading fonts on F3 from macOS
Change MSP.send_message() and MSP.promise() to accept an optional
protocol version argument. If null or undefined, the default version
set for the MSP instance is used instead.

Use this additional argument in FONT.upload(), so we avoid generating
64 byte writes when uploading a font.
2018-05-19 11:35:28 +01:00
Pawel Spychalski (DzikuVx)
def0cd27cc More mixer presets 2018-05-14 11:48:41 +02:00
Konstantin Sharlaimov (DigitalEntity)
a160080d05 Add BMI160 gyro 2018-05-13 20:05:45 +10:00
Pawel Spychalski (DzikuVx)
f104610f1d MIssing filter configs in FILTER_CONFIG 2018-05-13 10:28:11 +02:00
Pawel Spychalski (DzikuVx)
f902c7d803 small cleanup 2018-05-09 15:48:58 +02:00
Paweł Spychalski
323a3c78cf
Merge pull request #440 from iNavFlight/dzikuvx-vtail-airplane-preset
Mixer preset for Vtail airplanes like Mini Talon
2018-05-09 15:46:23 +02:00
Pawel Spychalski (DzikuVx)
e19a592e79 Mixer preset for Vtail airplanes like Mini Talon 2018-05-09 15:45:09 +02:00
giacomo892
3d08d068c5 Adding FW with differential thrust 2018-05-09 15:36:10 +02:00
Alberto García Hierro
5574930eef
Merge pull request #437 from iNavFlight/agh_servo_reverse_switch
Use a switch to reverse servos rather than negative rates
2018-05-09 13:54:28 +01:00
Pawel Spychalski (DzikuVx)
1a520cfa0e Enable SERVO_TILT only for pre 2.0 2018-05-09 08:46:53 +02:00
Alberto García Hierro
0d788a430c Use a switch to reverse servos rather than negative rates
Just an UI change, same functionality.
2018-05-08 14:43:53 +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)
779e12448e fixed required fc version 2018-05-08 10:35:18 +02:00
Paweł Spychalski
64a0f91411
Merge pull request #401 from shellixyz/msp_decode_output_mapping
Add MSP2_INAV_OUTPUT_MAPPING decoding
2018-05-08 10:34:25 +02:00
Paweł Spychalski
48e4abe8d1
Merge pull request #433 from iNavFlight/dzikuvx-channel-forwarding-removed
Servo tab cleanup, channel forwarding removed
2018-05-08 10:10:42 +02:00
Pawel Spychalski (DzikuVx)
855bf9f045 reject old firmwares 2018-05-08 08:45:34 +02:00
Pawel Spychalski (DzikuVx)
757ca0f5a1 references to INAV 1.4 removed 2018-05-07 20:56:00 +02:00
Pawel Spychalski (DzikuVx)
47a063dccd references to inav 1.3 removed 2018-05-07 20:48:48 +02:00
Pawel Spychalski (DzikuVx)
13f50294f3 references to INAV 1.2 removed 2018-05-07 20:46:11 +02:00
Pawel Spychalski (DzikuVx)
73a15695c5 reference to INAV 1.0.0 removed 2018-05-07 20:43:05 +02:00
Pawel Spychalski (DzikuVx)
55385f5831 Servo tab cleanup 2018-05-07 20:32:56 +02:00
Konstantin Sharlaimov
cf176f2201
Merge pull request #428 from iNavFlight/de_opflow_sensor_select
Add selector for optical flow sensor
2018-05-07 21:49:55 +10:00
Konstantin Sharlaimov (DigitalEntity)
dc74f95efd Opflow alignment support in MSP API 2018-05-06 10:41:29 +10:00
Michel Pastor
5b5cb519cf Update MSPV2_INAV_OUTPUT_MAPPING to match latest firmware changes 2018-05-06 02:29:10 +02:00
Michel Pastor
0a6b4bdacc Add MSP2_INAV_OUTPUT_MAPPING firmware version check 2018-05-06 02:29:10 +02:00
Michel Pastor
1e981d50a4 Add MSP2_INAV_OUTPUT_MAPPING decoding 2018-05-06 02:29:10 +02:00
Konstantin Sharlaimov (DigitalEntity)
57241b86f8 Add selector for optical flow sensor 2018-05-06 10:14:48 +10:00
Michel Pastor
343e4d244d Add MSP support for the new vbat_cell_detect_voltage setting 2018-05-06 02:10:57 +02:00
Pawel Spychalski (DzikuVx)
9ac86b399a Improved disconnect handling 2018-05-02 20:57:08 +02:00
Pawel Spychalski (DzikuVx)
8c68f34b81 Airplane with differentual thrust mixer preset 2018-04-26 15:58:36 +02:00
Alberto García Hierro
32065e9f45 Add support for configuring multiple OSD layouts 2018-04-26 11:20:23 +01:00
Pawel Spychalski (DzikuVx)
a52d1408a0 updated FC version detection 2018-04-21 14:04:18 +02:00
Pawel Spychalski (DzikuVx)
e8248c4fb2 increased range for motor rules roll/pitch/yaw to -2/2 2018-04-11 09:09:58 +02:00
Pawel Spychalski (DzikuVx)
614a0c1ed9 motor tab updates 2018-04-05 14:11:11 +02:00
Pawel Spychalski (DzikuVx)
4e5fd3b2b7 ability to add and save mix 2018-04-05 11:27:54 +02:00
Pawel Spychalski (DzikuVx)
34c13c5010 correctly set number of motors and servos 2018-04-04 19:42:14 +02:00
Pawel Spychalski (DzikuVx)
640d0b39a3 cleanups 2018-04-04 14:00:14 +02:00
Pawel Spychalski (DzikuVx)
14a74e76dc possibility to delete mixer rules 2018-03-31 16:03:38 +02:00
Pawel Spychalski (DzikuVx)
a7b387a2dc Basic layout 2018-03-30 19:38:21 +02:00
Pawel Spychalski (DzikuVx)
4f48ecff1b Mixer tab, first elements 2018-03-29 22:24:37 +02:00