Commit Graph

142 Commits (58e1e0963ea060acc524614c396a6dd1674a18de)

Author SHA1 Message Date
Paul Rogalinski 8913b8bb1c handle setups with no non-bt serial ports - for real 10 years ago
Paul Rogalinski 21a75ea7d3 gui cosmetics, handle setups with no non-bt serial ports 10 years ago
Paul Rogalinski 1bb63a597b manual port override as chrome won't enumerate bluetooth serial ports on linux 10 years ago
Dominic Clifton 244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
10 years ago
Dominic Clifton 7bdd010eb0 Avoid using GPS commands for targets that do not have GPS support
compiled in.
10 years ago
Dominic Clifton e447739e74 Adjust documentation button so that it doesn't move the sensor
indicators when connected. Use same color as other help panels.
10 years ago
Dominic Clifton 20a82e7339 Merge branch 'development' of https://github.com/pulsar256/cleanflight-configurator into pulsar256-development 10 years ago
Dominic Clifton 35200e5a36 Support changing PID controller in the GUI. 10 years ago
Paul Rogalinski d3fc8464fa added a help button for the currently installed firmware 10 years ago
Dominic Clifton a56c0eef40 Fix welcome tab being cleared after failing to connect to a port. 10 years ago
Dominic Clifton 34b7b87c3e Allow old API version to be used but disable LED strip tab and
backup/restore functionality in certain cases.  Cleanup of tab
switching.
10 years ago
Dominic Clifton d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
10 years ago
Roeland Lutters 32a27b73a7 CLI available for old firmware versions 10 years ago
Dominic Clifton 32820853ce Updating to use API version 1.1. 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
Dominic Clifton 36f447b4da Make MSP_API_VERSION check non-mandatory for now. 10 years ago
cTn be96da6098 reorder some of the cleanup routines, cleanup (experimental) 10 years ago
cTn 0c2ec52bed fix accidently removed buildinfo fetch on connect 10 years ago
Dominic Clifton 2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
10 years ago
cTn 81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 10 years ago
cTn 62e055f654 log buildInfo on connect 10 years ago
cTn 4719d1562d implement build info 10 years ago
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 10 years ago
cTn 741961cce4 new connect message informing about missing capability 10 years ago
cTn 0649a59b13 function returning specific byte from 32 bit variables (untested) 10 years ago
cTn a96e804359 removing MSP pass through mode 10 years ago
cTn b337359389 fix style 10 years ago
cTn d4f4d619cf another run on undefined comparators 10 years ago
cTn 8dabc3ac91 experimenting with some undefined comparators in strict mode 10 years ago
cTn b77ed6b174 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn f3ea5757f7 lots of work on removing global variables 10 years ago
cTn d9c315338d turning on strict mode for various js files 10 years ago
cTn cc8e53205d fix style 10 years ago
cTn dbf528345e another run on undefined comparators 10 years ago
cTn d3d933a704 experimenting with some undefined comparators in strict mode 10 years ago
cTn e27a194ec7 another refactor for global variables, bugfixes for logging tab initialization in strict mode 10 years ago
cTn ec44b77ff2 lots of work on removing global variables 10 years ago
cTn 36f456d2e7 turning on strict mode for various js files 10 years ago
cTn 5efb1685a4 moving default tab to new tabs object 10 years ago
cTn 3f063f6654 initial stab on preventing tab switch chaining 10 years ago
cTn 785109e9e2 cleanup all timeouts on disconnect, fixes hanging CLI cleanup on hot-disconnect 10 years ago
cTn 61bed4770f cosmetic change 10 years ago
cTn cb5bcf9c0a initial work on pass through mode for ReadError 10 years ago
cTn f649418fdf moving CLI vars around 10 years ago
cTn f70b6f64ff add i2c error counter in status bar 10 years ago
cTn b5a1015610 DFU detection and port UI DFU option injection 10 years ago
cTn 5abe7473f8 moving send_message routine to MSP object 10 years ago
cTn 4edc9771de dropping in jquery 2.1.1 11 years ago
cTn 245328272c serial backend now support i18n 11 years ago
cTn e1ceee4fa4 started moving messages to translation system 11 years ago