Commit Graph

55 Commits (e5568a9439b1b001b0caef794d5f3023cd9f0d03)

Author SHA1 Message Date
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
KiteAnton 2ffefb065f Some cleanup of MSP code 2016-08-06 15:59:43 +02:00
mikeller 74cf83a3bf Fixed profile switching when not on PID tab. 2016-08-05 02:24:29 +12:00
Michael Keller e6d12761e2 Fixed backup / restore with profile switching. 2016-08-03 09:38:01 +12:00
mikeller 622a4fb821 Clean up profile loading. 2016-07-27 02:46:13 +12:00
TheAngularity 3321135c2d replace bit_check with have_sensor for better readable and cleanup 2016-07-22 13:12:37 +02:00
TheAngularity 5eb1e07fdc disable accelerometer calibration button when accelerometer not enabled 2016-07-22 10:59:43 +02:00
Anthony Dmitriyev 9bbc5cc000 Extract 3D model into a separate file 2016-06-29 22:00:03 +01:00
nathan cbb7122336 disable stats 2016-06-15 22:25:11 -07:00
skaman82 4433ec8159 images replacement 2016-06-12 17:41:14 +02:00
gael 0518ed6993 Issue #74: Show battery & statuses in top bar
- Battery voltage appears as a horizontal bar
- Autodetection of battery type is used to calculate the bar min, max &
alarm values according to the battery configuration parameters.
- Color changes to red when battery level goes under the alarm setting
- Armed, failsafe and Serial Link status icons below battery voltage
monitor
- Change calibration button contents to "Calibrating" during calibration
2016-04-20 01:38:23 +02:00
skaman82 0482e6aed8 improving render quality of 3d model in setup tab 2015-11-17 13:32:33 +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 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82 8472bf5c53 sync 2015-10-24 11:14:37 +02:00
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
2015-05-07 22:10:26 +01:00
Dominic Clifton 62f0de7d3d Make models larger in the 3D view. 2015-04-11 13:48:04 +01:00
Dominic Clifton 7bdd010eb0 Avoid using GPS commands for targets that do not have GPS support
compiled in.
2015-02-23 21:27:55 +00:00
Dominic Clifton 4f38a2468d Merge pull request #112 from rbirkby/flight-instruments
Flight instruments
2015-02-20 20:04:13 +00:00
Richard Birkby 60b44d61fa Use correct heading value 2015-02-20 01:52:09 +00:00
Richard Birkby f89aaa1011 Add flight instruments to setup tab 2015-02-20 01:18:49 +00:00
Nicholas Sherlock 3c2bb6225d Remove old fallback model texture, fix fallback model .json 2015-02-16 17:13:43 +13:00
Dominic Clifton 862e96f2aa Fixing accidental use of = instead of ==. 2015-01-27 23:42:49 +01:00
Dominic Clifton 361d9a57dd Temporarily use 'fallback' model instead of 'custom'.
Revert this commit when a custom.json model file is available.
2015-01-27 21:14:44 +01:00
Dominic Clifton b3424eadcb Defining the models and images used in one place to make maintainance of
the mixer list easier.
2015-01-27 21:06:39 +01:00
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.
2015-01-26 22:37:55 +01:00
Dominic Clifton 597c96819b Remove strange baseflight reference from the model HTML and CSS. 2015-01-04 01:34:46 +00:00
Dominic Clifton 32820853ce Updating to use API version 1.1. 2015-01-02 19:31:50 +00:00
Dominic Clifton e938060be4 Reorganize MSP calls on setup tab so that the calibrate mag button is
enabled on the CJMCU target which does not implement the GPS msp
commands.
2014-12-21 23:17:41 +00:00
Dominic Clifton 41a2ef3295 Re-instate use of MSP_CONFIG and updated MSP_MISC commands in
cleanflight.
2014-12-20 00:30:59 +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
cTn c005b7604c add vtail/atail quad models from norem
#58
2014-12-05 17:25:33 +01:00
cTn 66ab7d1093 add A-tail Quad to supported multiTypes, no svg & using custom svg and default 3D model at the moment
#58
2014-11-14 12:11:22 +01:00
jeff 5cff317208 Changed model extensions from `.js.` to `.json` fitting with export from
latest three.js exporter.
	725819c98d

Updated texture on new models.
2014-11-02 19:04:32 +11:00
jef79m a7c3779b25 Added some new models 2014-10-31 23:42:26 +11:00
cTn 569122392e planned cache and interval speed optimizations 2014-10-19 15:29:55 +02:00
cTn 4fe8d66bf5 after compatbility remove css and initialize3d routine cleanup 2014-10-12 18:54:11 +02:00
cTn ecd34bf113 removing all code depending on CONFIG.capability that i could find on the first swoop 2014-10-12 18:38:04 +02:00
cTn b35590f052 exprimental restore procedure 2014-10-12 18:00:44 +02:00
cTn 341416c180 attach window resize handlers in a way that doesn't overwrite previous handler 2014-10-06 19:16:48 +02:00
cTn 3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 2014-10-06 16:07:47 +02:00
cTn 1c88db0fdd prepare models array where we use multiType as index 2014-10-03 15:21:16 +02:00
cTn 3f0b501063 move motor_order to resources 2014-10-02 13:11:25 +02:00
cTn 840058d4c1 separate webgl capability detector in main.js, keep track 2014-10-02 11:21:56 +02:00
cTn 628ffade95 update manifest, readme, fallback brick code 2014-10-01 17:23:23 +02:00
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn 01d67a8e85 support for fallback model 2014-09-30 20:25:48 +02:00
cTn 663c46a122 update changelog, enable overdraw for materials loaded through loader 2014-09-30 17:07:44 +02:00