Commit Graph

75 Commits (706cb4c36f19fe186ebc72ca62c18f7317dd4657)

Author SHA1 Message Date
Dominic Clifton 779af35d33 Fix error on servos page when servos not supported by the target. 9 years ago
Mauro Mombelli a0522d0f22 Fix servo range
angleAtMin is always positive, so we have to manage its inverted-user friendly rappresentation
9 years ago
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.
9 years ago
Dominic Clifton 6f853cbc0a Fix servos save button. 9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
skaman82 fb298047f7 Servos Tab rework + small fix for Flasher Tab 9 years ago
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 9 years ago
skaman82 bce809fd7d sync 9 years ago
skaman82 87e9bfd3d9 ...restoring some files 9 years ago
Dominic Clifton 34d72feb69 Move handling of servo channel forwarding into the MSP. 10 years ago
enly1 24d5f0de70 Tabs converted to spaces in .js 10 years ago
enly1 36989b8e5d Fixed missing direction fragment lost during edit 10 years ago
enly1 60ee83b1b4 Servo Channel updated to support 16 channel receivers (Dynamic Grid based on receiver channels) 10 years ago
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.
10 years ago
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
10 years ago
cTn cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 10 years ago
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn d4d82c39fd make initial tab data request burst better comply with strict mode to prevent random race conditions 10 years ago
cTn 36c4fef051 pretty pretty pretty 10 years ago
cTn b77ed6b174 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn 7f20843ba8 enable strict mode in couple more files 10 years ago
cTn d7810e1bb6 make initial tab data request burst better comply with strict mode to prevent random race conditions 10 years ago
cTn 932a58d355 pretty pretty pretty 10 years ago
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn 20e6ad0074 enable strict mode in couple more files 10 years ago
Dominic Clifton 1688b41eb2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	changelog.html
	main.js
10 years ago
cTn 1885fba5a0 analytics overhaul 10 years ago
cTn e49f4ea5ff converting tab object initialization 10 years ago
cTn 799fc76c8e hooking up all of the active_tab references 10 years ago
cTn 2d88d2d46d servos in tabs 10 years ago
cTn c6700a8588 equip all tab initializers with callback parameter (currently without hooks) 10 years ago
Dominic Clifton 58f933e92c Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	tabs/auxiliary_configuration.html
	tabs/auxiliary_configuration.js
	tabs/receiver.css
10 years ago
Dominic Clifton 9c6fdf81c8 Update servos tab to support cleanflight's cleaner implementation of
channel forwarding which doesn't re-use 'middle'

This essentially removes the legacy multiwii hack support.
10 years ago
cTn 6e0177738c removing obsolete highlight 10 years ago
cTn 5abe7473f8 moving send_message routine to MSP object 10 years ago
cTn 67a25c96d3 servos i18n support 11 years ago
cTn 2162a2b9d3 pre-enable i18n for all html content in tabs 11 years ago
cTn 74e9256e75 correcting MSP implementation, optimizations 11 years ago
cTn 75588cbf48 servos tab table polish 11 years ago
cTn 8d6702c15e lowering MSP_STATUS pull speed to 250ms 11 years ago
cTn 82badeece1 callback hell resolving patch, optimize 11 years ago
cTn 9b29f78e3e whitespace trimming run 11 years ago
cTn fafd92efe4 hide overloaded variable from the user
#fixes 27
11 years ago
cTn ce351d7521 new UI population / JS execution order
(blink bugfix for several tabs)
11 years ago
cTn 8686a45831 adding more user-notify messages 11 years ago
cTn 47ef16b575 servos tab bugfix 11 years ago
cTn b7179db5f6 disabling custom spinner emulation 11 years ago
cTn eaeda19842 visual indicators for successful save to eeprom
close #20
11 years ago
cTn 996b81b53f enabling spinners in all spinner required tabs 11 years ago