1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00
Commit graph

12 commits

Author SHA1 Message Date
Volodymyr Moskalyk
9af15b5f39 Auto recognize AUX channel in Modes tab
Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab

Auto recognize AUX channel in Modes tab
2017-10-23 12:29:45 +02:00
Miguel Angel Mulero Martinez
6054e69445 Adjust peripherals mode name in failsafe tab
The failsafe tab does not adjust the real name of the MODE for
peripherals. Only the MODES tab do it.
2017-10-04 13:08:21 +02:00
Bas Delfos
f7eea47482 Partly revert last commit and fixed labels update 2017-09-06 20:07:34 +02:00
Bas Delfos
ca12f53e1d Fix Runcam split command box names and move to localized resource file. Fixes #649. 2017-09-05 23:14:36 +02:00
azol
808b42b41b Add runcam split support, the user can setup runcam split control with mixer in remote control
1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control

1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.

fix the wrong comments  in adjustRunCamSplitBoxNameWithModeID()

remove the codes and resources that are no longer needed.

cleanup up the codes.

Cleanup

Cleanup

Fix the box name error(POWERE - > POWER)

remove the variables for runcam split that no longer needed.

Add runcam split support, the user can setup runcam split control with mixer in remote control

1. Remove the RunCam split tab
2. Remove the apiVersion check for runcam split control

1. Remove four "rcsplit" msp message codes that are no longer needed
2. Add the name-covert logic for runcam split. When users choose the runcam split as a peripheral, in the Modes tab, the boxes:CAMERA1, CAMERA2, CAMERA3 will rename to CAMERA WI-FI, CAMERA POWER, CAMERA CHANGE MODE.

fix the wrong comments  in adjustRunCamSplitBoxNameWithModeID()

remove the codes and resources that are no longer needed.

cleanup up the codes.

Cleanup

Cleanup

Fix the box name error(POWERE - > POWER)

remove the variables for runcam split that no longer needed.

add apiVersion check for runcam split support(show runcam split peripheral option in Ports tab)

Use 1.3.7 of apiVersion to check whether the runcam split supported
2017-07-19 12:09:45 +03:00
mikeller
838ab954f1 Fixed reference from 'MspHelper' to 'mspHelper'. 2016-08-14 01:15:14 +12:00
KiteAnton
96115be10e Separation of MSP code into protocol and config parts, will ease further development and readability 2016-08-11 22:20:23 +02:00
nathan
cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
Dominic Clifton
3874c82319 Prevent users for creating mode ranges and adjustment activation ranges
that are too small.
2016-01-12 20:19:23 +01:00
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
Dominic Clifton
502cf718ab Update backup/restore functionality so that it restores adjustments,
auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
2014-12-21 12:29:36 +00:00
Dominic Clifton
a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
2014-12-18 22:40:03 +00:00