Commit Graph

743 Commits (d749304ec48656ae54e69a952fe1074ac75ff7af)

Author SHA1 Message Date
Dominic Clifton 5112a73c74 Use larger calibrarion buttons and avoid text-wrapping on button labels. 10 years ago
Dominic Clifton 968db92b81 Update CSS so that AUX 10-12 fit without wrapping. 10 years ago
Thomas Greer 8935054584 Fixed transposed URLs in firmware flasher 10 years ago
Dominic Clifton 7692b7354a Update configuration for Cleanflight settings. 10 years ago
Dominic Clifton 41a2ef3295 Re-instate use of MSP_CONFIG and updated MSP_MISC commands in
cleanflight.
10 years ago
Dominic Clifton e8bd813fb8 Re-implement model diagram on motors tab.
See 79505e42ed.
10 years ago
Dominic Clifton ccc0b839e6 Minor tweaks to the firmwre flasher. 10 years ago
Dominic Clifton c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
10 years ago
Dominic Clifton dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
10 years ago
Paul Rogalinski 2f9e2b13c5 fixed typos 10 years ago
Paul Rogalinski a8a6b8904c fixed async issues, added string formatter proto 10 years ago
Dominic Clifton 6051876f23 commit of broken code for a js expert to fix. 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 c0284f1134 ditch some empty callbacks that are now gracefully handled inside the serial layer 10 years ago
cTn c005b7604c add vtail/atail quad models from norem
#58
10 years ago
cTn 21e414f4b3 fix method name mismatch in serial layer 10 years ago
cTn 843aa8634a add MSP to supported serial RX array 10 years ago
cTn 2e88daa806 fix style 10 years ago
Stefan Kolla 4df1e9aafc Merge pull request #66 from jaahaavi/master
Updated GPS settings
10 years ago
cTn 277d39109a sort out dates in js 10 years ago
cTn 7f2dab0e4a moving to different time format 10 years ago
jaahaavi b2cb677869 Updated GPS settings
- Added SBAS disabled (-1) to configuration tab
- Fixed GPS signal strength bars
10 years ago
cTn 5e165b286b implemented simple review mechanism 10 years ago
cTn b7e6f66a3d add adjusted svg graphics for V tail and A tail quad from norem
#58
10 years ago
cTn df79edc0ad fix gps distance to home not updating in GPS tab 10 years ago
cTn dc633f2421 fix release/time sorting of fetched builds, optimize, needs more testing 10 years ago
cTn 366cd018b2 whops, fixing trailing commas 10 years ago
cTn 66ab7d1093 add A-tail Quad to supported multiTypes, no svg & using custom svg and default 3D model at the moment
#58
10 years ago
cTn 7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 10 years ago
cTn 97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 10 years ago
Dominic Clifton 135b4e6905 Set a default rnage when enabling an adjustment. Show the channel
marker.
10 years ago
Dominic Clifton 56a3b7c52b Some cleanup of the auxilary tab code. 10 years ago
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
10 years ago
cTn a31282c6a3 fix vbatmincellvoltage and vbatmaxcellvoltage scale factors inside output cruncher 10 years ago
cTn 3a4b41b259 assign correct error message for fetching online firmware 10 years ago
cTn 72447a6103 set release filter to accept NAZE only 10 years ago
jeff 5cff317208 Changed model extensions from `.js.` to `.json` fitting with export from
latest three.js exporter.
	725819c98d

Updated texture on new models.
10 years ago
jef79m a7c3779b25 Added some new models 10 years ago
cTn 59df068b63 rename all underlying references inside the renamed files 10 years ago
cTn 0cd315b5e7 rename files to better correspond to their specific tabs 10 years ago
cTn e401b1ffce renaming some of the appview hits 10 years ago
cTn 561758b2a8 tweak obsolete class names and css 10 years ago
cTn 0af8d7d453 normalize css indentation in gps and firmware flasher (missed it the first time somehow) 10 years ago
cTn ad005a3f1c revamped option part of firmware flasher UI 10 years ago
cTn ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 10 years ago
cTn 569122392e planned cache and interval speed optimizations 10 years ago
cTn 3c4307ae57 add initialization timeout for flash on connect, rework functionality so each new detected port can trigger flashing sequence 10 years ago
cTn b6097d6271 move parse_hex function away from the global context 10 years ago
Dominic Clifton f64b558d5c Update the default channel mode range to match the old MultiWii MID
checkbox.
10 years ago
Dominic Clifton a08ae2b7c6 Update donation links. 10 years ago
Dominic Clifton a517aeef36 Removing unused css selectors. 10 years ago
Dominic Clifton 7400a2af2f Internationalize mode range copy. 10 years ago
Dominic Clifton c9b7cf40f3 When a mode has no ranges assigned the info panel should not show
enabled/disabled state.
10 years ago
Dominic Clifton f93132b05e Update color scheme of active/inactive modes. 10 years ago
Dominic Clifton 428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 10 years ago
cTn 4fe8d66bf5 after compatbility remove css and initialize3d routine cleanup 10 years ago
cTn ecd34bf113 removing all code depending on CONFIG.capability that i could find on the first swoop 10 years ago
cTn 81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 10 years ago
cTn b35590f052 exprimental restore procedure 10 years ago
Dominic Clifton e4ecb7838c Pick the first unused channel aux when adding a range to a mode. 10 years ago
Dominic Clifton 2d6143b403 Update color scheme. 10 years ago
Dominic Clifton e892cbdbad Work in progress aux configuration ranges. 10 years ago
cTn 63768b0af0 correct the value returned by getDate, display GMT offset 10 years ago
cTn 296a925494 correct old resource link, bugfix for chrome 38M which for unknown reason adjusts element scroll on select element value change 10 years ago
cTn 341416c180 attach window resize handlers in a way that doesn't overwrite previous handler 10 years ago
cTn 3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 10 years ago
cTn cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 10 years ago
cTn 5105dc2165 clamp values to specific range 10 years ago
cTn 1c88db0fdd prepare models array where we use multiType as index 10 years ago
cTn 3f0b501063 move motor_order to resources 10 years ago
cTn 840058d4c1 separate webgl capability detector in main.js, keep track 10 years ago
cTn 628ffade95 update manifest, readme, fallback brick code 10 years ago
cTn f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 10 years ago
Dominic Clifton 875a81e11d Update URLs for firmware and changelog. 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 01d67a8e85 support for fallback model 10 years ago
cTn 663c46a122 update changelog, enable overdraw for materials loaded through loader 10 years ago
cTn 4469dfb13c finishing touches
#51
10 years ago
cTn 82c2c7fc96 Revert "finishing touches (cleanup & optimize)"
This reverts commit a82b968bee.
10 years ago
cTn a82b968bee finishing touches (cleanup & optimize) 10 years ago
cTn f60de956a4 display motor/servo values in us inside the bars as requested
#51
10 years ago
cTn 3732e5e598 remove hardcoded html bar elements, cleanup
#51
10 years ago
cTn 6968faaac9 more rcmap select box options and tooltip with visual clue 10 years ago
cTn b82aad4589 no need to fix the model origin 10 years ago
cTn f5e8562971 changes required to get a blender model in 10 years ago
cTn fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 10 years ago
cTn c24b8fb482 MSP_BUILDINFO placeholder code 10 years ago
cTn 4181de8141 check WebGL contexts (both window and canvas), setup slower CanvasRenderer accordingly, fixes both OS and user HW acceleration settings 10 years ago
cTn 69e23197e1 change profile input element to select 10 years ago
cTn b826d8a6cf custom made meter indicators with sub-glyph rendering 10 years ago
cTn 2088a49b15 add macos to the canvas pile 10 years ago
cTn e7534f8035 sprinkle in some new bright colors for sensor status, reworking meters in receiver tab 10 years ago
cTn 0cb69faf00 fixing the last bugger in curve/value update event 10 years ago
cTn a8b96a9206 dont cancel following events 10 years ago
cTn 17e5893dde variable cleanup, event bugfixes, one more update condition left 10 years ago
cTn 92581335a1 extending failsafe throttle input limits to 0-2000 as requested 10 years ago
cTn 47135e2bb8 add small padding around svg image in mixer to make things look little bit better 10 years ago
cTn e15d8ab060 normalizing indentation in css files 10 years ago
cTn 4412f9c263 default and initial setup renamed to landing and setup, including object adjustments 10 years ago
cTn ef2568e451 bugfixes for the most retarded map conversion i have ever seen (thank englishman for the fix) 10 years ago
cTn 036308fcdb fix for constantly resetting focus 10 years ago
cTn 9d3f98ace2 add "CLI" feature names as checkbox tooltip 10 years ago
cTn 6be76d855d implement channel map including validation and UI compatibility fallback 10 years ago
cTn 4a00abd162 fixed urls in compatibility area 10 years ago
creyc 639a1a3b1c Added octo x8 and flying wing graphics. Switching character outlines to actual text. 10 years ago
cTn b0ed6126f4 fix new and compatibility wrapper height 10 years ago
cTn 1d3b2e57fc another attempt to cleanup the initial tab 10 years ago
cTn 90cd5aa69b reworked mixer UI as requested 10 years ago
cTn 0c175725b1 support for currentscale and currentoffset, ui fully working both read and write 10 years ago
cTn f2ac7369de add gps info block to fill some of the whitespace 10 years ago
cTn 287a1df962 simplify some of the change events 10 years ago
cTn 800bfd59c8 support for multiwiicurrentoutput 10 years ago
cTn 6f9c5cb6f2 multiwiicurrentoutput checkbox, BF_CONFIG will be extended when firmware updates 10 years ago
cTn 4b40695ace swap groups according to request 10 years ago
cTn ba046031ed add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable 10 years ago
cTn ee0dec96d8 gps related configuration 10 years ago
cTn ce53bc99f2 add serial rx type configuration write/read working 10 years ago
cTn a6adfe5c7d pretty feature descriptions from englishman 10 years ago
cTn 370ad21f85 desc text for throttle and battery category 10 years ago
cTn c537616a39 hooked up (mostly palceholder) text to various inputs 10 years ago
cTn ab8d8e1a56 board alignment, accel trim, mag declination 10 years ago
cTn a34357d92a initializing input elements for throttle and battery, changed to 2 row design 10 years ago
cTn c352199434 working mixer list with mixer preview 10 years ago
cTn e8c46d1f25 removing various elements from initial tab 10 years ago
cTn fdbfdfd31d working feature selection (both read and write), missing description and nicer text 10 years ago
cTn b11e4cde6a fixing -webkit-inner-spin-button once again (what is chromium doing to that style...) 10 years ago
cTn fee5219a73 move index to ascii conversion for rcmap out of msp protocol, define feature index array (will get a proper text polish in the future)
updating mixer select with missing names
10 years ago
cTn 4894f7493a apply crunching mechanism to compatibility code in initial tab, disable magnetometer calib if magnetometer is missing 10 years ago
cTn 945b86f9b2 rename translation shortcuts, drop configuration files in 10 years ago
cTn e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 10 years ago
cTn e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 10 years ago
cTn 52afdb2928 model type wont be displayed inside 3D area anymore 10 years ago
cTn 57b4e3cafa wait for cleanup callback, then reboot 10 years ago
cTn 875f3bfa15 first CAP_BASEFLIGHT_CONFIG implementation (unfinished) for initial tab, including temporary backwards compatibility support 10 years ago
cTn 5b3da95e05 add fallback to canvasrenderer on cros and linux (temporary) 10 years ago
Dominic Clifton 066c355170 Remove baseflight references from filenames. 10 years ago
cTn 619f9032be css3D hack replaced by a flying brick done in three js 10 years ago
cTn a96e804359 removing MSP pass through mode 10 years ago
cTn 125be0271f static size for mix diagrams and adding missing custom definition in multitype switch 10 years ago
cTn 4623853b0a initial work on scalable cube 10 years ago
cTn 9c6d803334 firmware received from the github server can now be saved locally (as requested) 10 years ago
cTn 3aa8d6aa71 minimize the primary padding/margin UI footprint to get some more space for log and content area 10 years ago
cTn 8528e3f066 pixel perfect block alignment for initial setup tab 10 years ago
Dominic Clifton 6a360d973b Update URLs to use cleanflight again. 10 years ago
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.
10 years ago
Dominic Clifton 0924a9e8a7 Ensure unitialised data is not used when configuring aux channels 5-8. 10 years ago
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
10 years ago
cTn 9034a94135 release 10 years ago
cTn 911ddba278 only request firmware info from github api when firmware is valid 10 years ago
cTn b1390b0b01 updating changelog 10 years ago
cTn 37de8dfefa new simplified flasher status UI 10 years ago
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)
10 years ago
Dominic Clifton 82c1c3baef Disable sponsors. 10 years ago
Dominic Clifton 6f4d04eb90 Fix aux channel configuration when using an rc system with 3 aux
channels.
10 years ago
cTn 8128869c83 slider bugfix, optimizations 10 years ago
cTn 81e4211cc3 text polish 10 years ago
cTn 9e5edbbf6b reformat some stuff 10 years ago
cTn c1c4f52df9 small ui polish / tweak for the plot control blocks 10 years ago
cTn c2bd737362 motor and servo indicators will now have tooltip containing signal length in us 10 years ago
cTn 51ef74fadf merge multiType name and multiType diagram switch into one 10 years ago
creyc 0eafb01b09 Added airplane and vtail graphics
Added airplane and vtail graphics. Also further reduced filesize of
existing graphics + better readability.
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 d4f4d619cf another run on undefined comparators 10 years ago
cTn 644fb5afed fix graph initialization on cold start 10 years ago
cTn 36c4fef051 pretty pretty pretty 10 years ago
cTn 118715ef85 polishing run 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 cc8ca21cc0 enabling strict in last 2 tabs 10 years ago
cTn 7f20843ba8 enable strict mode in couple more files 10 years ago
cTn 01769559cc moving backers to sponsors block 10 years ago
cTn d8f834fa51 chain changes, cleanup and fix style 10 years ago
CurtisFissel 356c66b30e Added Motor Mix Diagrams 10 years ago
cTn 6a58fee7c4 stm32/stm32usbdfu parameters rework, removing UI options dependency 10 years ago
cTn ab02817095 slider bugfix, optimizations 10 years ago
cTn 5bfc81e317 text polish 10 years ago
cTn 8fdda97b01 reformat some stuff 10 years ago
cTn 194798ca2d small ui polish / tweak for the plot control blocks 10 years ago
cTn 80e60d5638 motor and servo indicators will now have tooltip containing signal length in us 10 years ago
cTn 14bb0b5dca merge multiType name and multiType diagram switch into one 10 years ago
Stefan Kolla 6264fd4245 Merge pull request #46 from creyc/development
Added airplane and vtail graphics
10 years ago
creyc 41615891a0 Added airplane and vtail graphics
Added airplane and vtail graphics. Also further reduced filesize of
existing graphics + better readability.
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 dbf528345e another run on undefined comparators 10 years ago
cTn 468d7f57c8 fix graph initialization on cold start 10 years ago
cTn 932a58d355 pretty pretty pretty 10 years ago
cTn 2753f354e0 polishing run 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 9043358348 enabling strict in last 2 tabs 10 years ago
cTn 20e6ad0074 enable strict mode in couple more files 10 years ago
cTn 026f01434a moving backers to sponsors block 10 years ago
Dominic Clifton c1ab10c0c8 Fix auxiliary tab when using parallel PWM. 10 years ago
cTn c30e883e16 chain changes, cleanup and fix style 10 years ago
Stefan Kolla a8286c53c5 Merge pull request #42 from CurtisFissel/master
Added motor mix diagrams
10 years ago
CurtisFissel d379cdfcf2 Added Motor Mix Diagrams 10 years ago
cTn 13d17e1528 stm32/stm32usbdfu parameters rework, removing UI options dependency 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 fb7cbe0c8f use sync approach for displaying loading screen (faster then async) 10 years ago