Mr D - RC
06b049f9d0
Update auxiliary.js
2024-11-07 22:14:40 +00:00
Mr D - RC
857df309e0
Modes page updates
...
- Add `ANGLE HOLD` to list of modes that stop `ACRO` from being active.
- Automatically select auto channel detection when adding a new range.
2024-11-07 22:14:20 +00:00
Marcelo Bezerra
247f3ea329
Reorder some modes
2024-06-09 19:52:52 +02:00
Marcelo Bezerra
38210b3242
Add headtracker port
2024-06-08 22:35:34 +02:00
Marcelo Bezerra
02b6c8c435
update mode names
2024-06-08 17:25:03 +02:00
Marcelo Bezerra
cc0d56adb5
Remove beeper from Misc Modes
2024-06-08 13:35:47 +02:00
Marcelo Bezerra
583e40f822
Group gimbal modes for better discoverability
...
(While at it, also group MIXER PROFILE 2 and MIXER TRANSITION into VTOL and BEEPER and BEEPER MUTE under Beeper
2024-06-08 13:33:51 +02:00
Marcelo Bezerra
3feebbd9f5
Add gimbal controls.
...
Level pitch is not showing up yet
2024-06-08 13:03:04 +02:00
breadoven
e909eec5c3
Update auxiliary.js
2024-05-17 11:06:14 +01:00
Pawel Spychalski (DzikuVx)
cb3a7e94fe
God knows why Serial Config was requested to display flight modes....
2024-05-12 13:34:16 +02:00
Pawel Spychalski (DzikuVx)
24f07e23d6
Do not use global AUX_CONFIG in auxiliary.js
2024-05-12 13:22:54 +02:00
Pawel Spychalski (DzikuVx)
72eebe7d38
Generate AUX_CONFIGS from FLIGHT_MODES
2024-05-11 22:37:09 +02:00
Pawel Spychalski (DzikuVx)
fe2e6c06c4
Do not load BOXID
2024-05-11 09:09:29 +02:00
Pawel Spychalski (DzikuVx)
7f731bb1f3
Do not use MSP_BOXNAMES
2024-05-11 09:05:50 +02:00
Pawel Spychalski (DzikuVx)
6b5440f437
remove msp_balanced_interval
2024-04-26 20:46:31 +02:00
Scavanger
06a4d8b0c8
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
Andi Kanzler
91f1699659
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
Andi Kanzler
f24ccfc637
Init
2024-02-10 18:08:17 -03:00
Darren Lines
0a254401b1
Rename AUTOLEVEL
2023-04-11 18:52:02 +01:00
Darren Lines
28880ecc3e
Add AUTO detect to modes page
...
This adds the very useful AUTO detection of the switches to the range. This is pulled from BetaFlight, where it has proven very useful.
To select the switch for the range, set the channel to AUTO, then move the switch.
2023-01-18 12:59:28 +00:00
Darren Lines
91da0f642b
Merge branch 'master' into MrD_Changes-for-PR-8401
2022-10-01 14:24:41 +01:00
breadoven
010e625875
Merge pull request #1610 from breadoven/abo_multi_mission_index_adjustment
...
Multi mission index adjustment
2022-09-20 11:36:55 +01:00
breadoven
1501011844
Update auxiliary.js
2022-09-20 11:27:07 +01:00
Pawel Spychalski (DzikuVx)
8fd2c5325a
Merge remote-tracking branch 'origin/release_5.1.0'
2022-09-18 12:26:32 +02:00
Darren Lines
47bf242ba7
Updated for PR 8401
...
Modes tab:
- Added USER 3 & USER 4 to modes ordering
Programming Tab:
- Added USER 3 & USER 4 to Flight Modes operand
- Added Course Hold to the Flight Modes operand. It was in firmware, but missing from Configurator
- Changed select operand values to order alphabetically. Looks much nicer than the random order.
2022-09-18 10:47:46 +01:00
Darren Lines
57cff5ccfe
Change POSHOLD to LOITER on fixed wing
2022-08-13 05:43:09 +01:00
Darren Lines
8f028852e0
Update auxiliary.js
...
Added if statement to stop unnecessarily loading ports
2022-07-03 14:07:26 +01:00
Darren Lines
d81a992dc2
Fixes to the modes page
...
- Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors.
- Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
2022-07-03 13:53:48 +01:00
Pawel Spychalski (DzikuVx)
f9ef3900a3
Drop MSP_CF_SERIAL_CONFIG and MSP_SET_CF_SERIAL_CONFIG
2022-02-23 14:27:42 +01:00
Darren Lines
58e098b900
Revised how modes are ordered
...
The mode ordering and mode categories now use the same object. This now means that the categories will be correct, regardless of which modes are enabled or disabled by the firmware.
2022-01-18 20:12:25 +00:00
Darren Lines
bf3fc89e6d
Updated modes ordering
...
- Moved SURFACE from Multi-rotor to Modifiers, as it is hardware specific, not platform
- Moved RTH to the start of the Navigation modes
2021-11-19 13:25:01 +00:00
Darren Lines
8214d1c79b
Added soaring and wp planner to mode ordering
2021-11-13 08:52:51 +00:00
Darren Lines
3d61a9d3d9
Merge branch 'iNavFlight:master' into rearange-modes-to-make-clearere
2021-10-09 14:21:46 +01:00
Darren Lines
85b56a2281
Updated mode order and added sections
...
I was going over the modes and thought that the mode order could be tweaked to be a bit better.
I also had a request to add dividers for the different types of modes. I added some dividers. The will disappear when the unused modes are hidden.
2021-10-03 13:29:30 +01:00
Darren Lines
520268da04
Fixed bug when removing a range
...
This bug affected removing ranges that were in-range. The in-range status was not removed. This fixes that.
2021-10-03 11:30:54 +01:00
Darren Lines
a0d801136d
Updated Acro indicator
...
Updated the acro indicator so that it doesn't look like a button.
2021-09-22 14:07:53 +01:00
Darren Lines
a0e5cc1aaf
Update auxiliary.js
...
Added WP and GCS to the modes that cause Acro to be disabled.
2021-09-11 09:35:45 +01:00
Darren Lines
635e40966a
Mode in range and Acro indicators
...
This adds functionality that shows when a mode is in range, not just currently active on the flight controller.
It also has an indicator to show when ACRO mode would be enabled.
2021-09-10 23:23:49 +01:00
Paweł Spychalski
129161845d
Merge pull request #1282 from darrindevine/add-toggle-hide-unused-modes
...
Adding Toggle in Modes to hide unused modes
2021-06-13 13:57:47 +02:00
Darrin D
afc8878c02
Adding Toggle in Modes to hide unused modes
...
Added functionality based on reviewing betaflight-configurator PRs and current code for hide unused modes.
2021-05-26 08:28:32 -05:00
Darren Lines
4af6cf87de
Add autolevel to modes ordering
2021-05-26 08:38:27 +01:00
Darren Lines
3c06ddc2e7
Missed a comma, oops!
2021-05-12 18:26:09 +01:00
Darren Lines
d5ade87254
Added NAV CRUISE to ordering
...
I thought I left Cruise in there. It wasn't, so it's back now we have a Cruise mode again.
2021-05-12 13:19:30 +01:00
Darren Lines
07af49856e
Updated mode re-ordering to fix highlighting
2021-04-20 23:22:16 +01:00
Paweł Spychalski
b30c51f0ad
Merge branch 'master' into add-pre-arm-to-modes-order
2021-04-16 10:34:15 +02:00
Darren Lines
c6a87c83a9
Renamed OSD SW to OSD OFF, LEDLOW to LEDS OFF, and added TURTLE to ordering
2021-04-12 18:46:28 +01:00
Darren Lines
5db8669657
Added NAV COURSE HOLD
...
Kept NAV CRUISE in the hope that the box mode is re-added.
2021-04-11 17:09:26 +01:00
Darren Lines
c89808ce69
Added the new Pre-arm to the mode ordering
2021-04-11 14:38:36 +01:00
Darren Lines
4b14deeebc
Update auxiliary.js
...
Added checks for modes not in the configuratorBoxOrder array.
2020-11-02 20:06:42 +00:00
Darren Lines
7a0487e816
Update auxiliary.js
...
Sorts the mode order to be more intuitive in Configurator. It groups modes with similiar modes, to make setting and checking the modes easier in Configurator.
The modes are ordered by:
Arm
Flight modes
Nav modes
Flight mode extenders
Navigation
Fixed Wing specific
Multirotor specific
Feedback (buzzer/LEDs)
OSD
Camera
Misc
This is a part fix for issue #963
2020-11-02 18:51:27 +00:00