Commit Graph

919 Commits (b03ae309fbdae8e29ba8a6538db84feb8bd5d110)

Author SHA1 Message Date
Dominic Clifton b03ae309fb Update to match recenly renumbered MSP commands for cleanflight MSP commands. 2014-10-14 01:02:46 +01:00
Dominic Clifton 6d37c98bec Bump version to 0.51.0 and update changelog. 2014-10-13 21:03:35 +01:00
Dominic Clifton a517aeef36 Removing unused css selectors. 2014-10-13 19:05:45 +01:00
Dominic Clifton 7400a2af2f Internationalize mode range copy. 2014-10-13 18:59:26 +01:00
Dominic Clifton c9b7cf40f3 When a mode has no ranges assigned the info panel should not show
enabled/disabled state.
2014-10-13 18:57:43 +01:00
Dominic Clifton f93132b05e Update color scheme of active/inactive modes. 2014-10-13 18:46:03 +01:00
Dominic Clifton 428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 2014-10-12 23:47:20 +01:00
Dominic Clifton 9b1bc65384 Disabled backup/restore of old aux settings, backup of new mode ranges
still needs doing.
2014-10-12 23:44:45 +01:00
Dominic Clifton e4ecb7838c Pick the first unused channel aux when adding a range to a mode. 2014-10-12 00:01:36 +01:00
Dominic Clifton 2d6143b403 Update color scheme. 2014-10-11 23:38:03 +01:00
Dominic Clifton e892cbdbad Work in progress aux configuration ranges. 2014-10-11 23:10:20 +01:00
Dominic Clifton 875a81e11d Update URLs for firmware and changelog. 2014-10-01 12:11:45 +01:00
Dominic Clifton 066c355170 Remove baseflight references from filenames. 2014-09-14 13:46:30 +01:00
Dominic Clifton 7de9d1099b Update baseflight specific message in firmware flasher for cleanflight. 2014-09-04 03:22:20 +01:00
Dominic Clifton 6a360d973b Update URLs to use cleanflight again. 2014-09-04 03:19:48 +01:00
Dominic Clifton 79505e42ed Show model diagram on motors tab.
When testing motors it's more useful to have it present on the motors
tab so you don't have to keep cross-referencing the initial setup tab.
2014-09-04 02:59:31 +01:00
Dominic Clifton df491f9478 Update changelog. Bump version. 2014-09-04 02:19:50 +01:00
Dominic Clifton 0924a9e8a7 Ensure unitialised data is not used when configuring aux channels 5-8. 2014-09-04 02:16:33 +01:00
Dominic Clifton bf13a11dc2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	changelog.html
	js/data_storage.js
	js/protocols/stm32.js
	manifest.json
	tabs/auxiliary_configuration.js
	tabs/default.css
	tabs/default.html
	tabs/firmware_flasher.js
	tabs/servos.js
2014-09-04 01:40:24 +01:00
cTn f5ed23c2b7 bump the version 2014-08-31 16:55:51 +02:00
cTn 9034a94135 release 2014-08-31 16:52:55 +02:00
cTn b5aeb8df2a fix typo 2014-08-31 15:55:12 +02:00
cTn 911ddba278 only request firmware info from github api when firmware is valid 2014-08-31 10:10:53 +02:00
cTn b1390b0b01 updating changelog 2014-08-30 10:36:55 +02:00
cTn 37de8dfefa new simplified flasher status UI 2014-08-30 10:30:28 +02:00
cTn bed74a5f62 add note about flash slowly to explain its purpose 2014-08-30 09:08:08 +02:00
cTn 322af92d45 add / implement flash slowly option in firmware flasher
this will allow flashing via serial adapters that doesn't support 921600
flashing via various bluetooth adapters will be also possible now
(untested)
2014-08-30 08:59:21 +02:00
cTn 6dec7dfbc1 if unexpected data is received, throw an error instead of log, this will also attach a stack trace for easier debugging 2014-08-30 08:35:09 +02:00
cTn 37746bf3ed fix rare condition in which flasher could hang and wont let the user leave 2014-08-30 08:27:24 +02:00
cTn 1e681bbdd2 polish variable definitions (only indentation changes) 2014-08-30 08:26:12 +02:00
Dominic Clifton 82c1c3baef Disable sponsors. 2014-08-26 01:19:47 +01:00
Dominic Clifton 6f4d04eb90 Fix aux channel configuration when using an rc system with 3 aux
channels.
2014-08-25 10:54:36 +01:00
cTn a710a2fbb1 release 2014-08-24 23:39:20 +01:00
cTn 8128869c83 slider bugfix, optimizations 2014-08-24 23:39:19 +01:00
cTn 81e4211cc3 text polish 2014-08-24 23:39:19 +01:00
cTn 14f780b0fd use name from .manifest instead of hard written one 2014-08-24 23:39:19 +01:00
cTn 90da15b14c added time based update reminder (informing people on dev branch and ones with broken chrome auto-update mechanism) 2014-08-24 23:39:19 +01:00
cTn 9e5edbbf6b reformat some stuff 2014-08-24 23:39:19 +01:00
cTn c1c4f52df9 small ui polish / tweak for the plot control blocks 2014-08-24 23:38:43 +01:00
cTn c2bd737362 motor and servo indicators will now have tooltip containing signal length in us 2014-08-24 23:38:43 +01:00
cTn 51ef74fadf merge multiType name and multiType diagram switch into one 2014-08-24 23:38:43 +01:00
creyc 0eafb01b09 Added airplane and vtail graphics
Added airplane and vtail graphics. Also further reduced filesize of
existing graphics + better readability.
2014-08-24 23:38:43 +01:00
cTn c87025b3bf fixing all broken statements that got broken in recent undefined runs 2014-08-24 23:38:43 +01:00
cTn b337359389 fix style 2014-08-24 23:38:43 +01:00
cTn d4d82c39fd make initial tab data request burst better comply with strict mode to prevent random race conditions 2014-08-24 23:38:43 +01:00
cTn d4f4d619cf another run on undefined comparators 2014-08-24 23:38:42 +01:00
cTn 644fb5afed fix graph initialization on cold start 2014-08-24 23:38:42 +01:00
cTn 8dabc3ac91 experimenting with some undefined comparators in strict mode 2014-08-24 23:38:42 +01:00
cTn f1df9ade05 updating analytics 2014-08-24 23:38:42 +01:00
cTn b947bd1188 dumb down port handler implementation 2014-08-24 23:38:42 +01:00