Commit Graph

8 Commits (8d1352e6efc903f3e9a02b9d0531716b77c0b022)

Author SHA1 Message Date
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