Commit Graph

105 Commits (92dad92b60daaf4f2359e85720ffa4f3675750a2)

Author SHA1 Message Date
Dominic Clifton eda54f13db Update RSSI channel configuration. 2015-01-07 13:51:08 +00:00
Dominic Clifton 6df04c151a Updating link to releases. 2015-01-05 11:47:17 +00:00
Dominic Clifton 26d6c1a562 Allow baud rate configuration on the Configuration tab. 2015-01-04 10:28:32 +00:00
Dominic Clifton bfa689be40 Overhaul of the configuration tab. 2015-01-04 08:09:10 +00:00
Dominic Clifton b905632f0e Merge branch 'UKTamo-patch-1' into development 2015-01-03 01:15:02 +00:00
Dominic Clifton c58ca02d8f Merge branch 'patch-1' of https://github.com/UKTamo/cleanflight-configurator into UKTamo-patch-1 2015-01-03 01:14:36 +00:00
Dominic Clifton d671bff583 First cut of functional 'Ports' tab. Support backup and restore of
serial port scenarios and baud rates.  Add note to 'features' tab.
2015-01-03 00:58:52 +00:00
Dominic Clifton fe72557b12 Removing more review related code. Adding skeleton of new Ports tab. 2015-01-02 19:31:50 +00:00
Dominic Clifton 32820853ce Updating to use API version 1.1. 2015-01-02 19:31:50 +00:00
Dominic Clifton 0aa33393c4 Improve firmware flasher messaging. 2014-12-26 18:20:45 +00:00
Paul Rogalinski 7a800444b5 Force the user to pick a fimrware before loading 2014-12-25 00:02:18 +01:00
Dominic Clifton a7dc838cdc Removing review code. 2014-12-24 18:58:29 +00:00
Dominic Clifton 29018001c0 Change the text on the 'Save' button on the Configuration to 'Save and
Reboot' to reflect it's behaviour.
2014-12-21 14:45:06 +00:00
Dominic Clifton b58ffa9994 Rename 'Auxilary' tab to 'Modes' to be more user friendly. 2014-12-21 14:37:00 +00:00
Dominic Clifton 7522d97092 Adjust tab titles for simplicity. 2014-12-21 14:14:53 +00:00
Dominic Clifton 2be5eedf18 Add message about `dump` command to backup/restore note. 2014-12-21 12:38:22 +00:00
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.
2014-12-21 12:29:36 +00:00
Dominic Clifton e1d2fb3163 Update hardware list (sparky, cc3d, cjmcu, etc). 2014-12-21 00:37:18 +00:00
Dominic Clifton 7692b7354a Update configuration for Cleanflight settings. 2014-12-20 02:50:36 +00:00
Dominic Clifton ccc0b839e6 Minor tweaks to the firmwre flasher. 2014-12-19 19:48:19 +00:00
Dominic Clifton c6867d3c52 Update the firmware flasher to provide more details about the release.
Add warning message about target selection.
2014-12-19 16:04:42 +00:00
Dominic Clifton dac49093a0 Update firmware flasher so that it uses files available via the github
releases api.
2014-12-19 14:56:40 +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
UKTamo d86d697690 Update messages.json
Warning that this flashing can potentially wipe settings
2014-12-10 10:22:13 +00:00
cTn 5e165b286b implemented simple review mechanism 2014-11-21 08:40:43 +01:00
cTn 7ff93d5781 add link pointing to baseflight wiki on github
#57
2014-11-16 18:42:35 +01:00
cTn 97e37347d6 implementing the highly wanted select box for hand picking firmware builds that are available on baseflight.net 2014-11-10 21:33:32 +01:00
Dominic Clifton 91971f3871 Update message regarding cli exit which now has different behaviour. 2014-11-10 01:00:28 +01:00
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
2014-11-09 00:46:12 +00:00
cTn ad005a3f1c revamped option part of firmware flasher UI 2014-10-24 16:55:42 +02:00
cTn ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 2014-10-24 15:36:19 +02:00
Dominic Clifton 2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
2014-10-18 16:58:49 +01:00
Dominic Clifton a08ae2b7c6 Update donation links. 2014-10-14 16:32:45 +01:00
Dominic Clifton 7400a2af2f Internationalize mode range copy. 2014-10-13 18:59:26 +01: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 cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 2014-10-06 15:24:34 +02:00
cTn 6968faaac9 more rcmap select box options and tooltip with visual clue 2014-09-30 15:33:28 +02:00
cTn fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 2014-09-24 16:01:23 +02:00
cTn 6be76d855d implement channel map including validation and UI compatibility fallback 2014-09-19 17:44:04 +02:00
cTn 1d3b2e57fc another attempt to cleanup the initial tab 2014-09-18 14:44:42 +02:00
cTn 0c175725b1 support for currentscale and currentoffset, ui fully working both read and write 2014-09-18 13:21:48 +02:00
cTn f2ac7369de add gps info block to fill some of the whitespace 2014-09-18 12:54:59 +02:00
cTn 6f9c5cb6f2 multiwiicurrentoutput checkbox, BF_CONFIG will be extended when firmware updates 2014-09-17 23:00:57 +02:00
cTn 4b40695ace swap groups according to request 2014-09-17 20:19:22 +02:00
cTn ba046031ed add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable 2014-09-17 20:13:13 +02:00
cTn ee0dec96d8 gps related configuration 2014-09-17 17:46:21 +02:00
cTn ce53bc99f2 add serial rx type configuration write/read working 2014-09-17 17:02:16 +02:00
cTn 370ad21f85 desc text for throttle and battery category 2014-09-17 16:19:20 +02:00
cTn c537616a39 hooked up (mostly palceholder) text to various inputs 2014-09-17 16:08:40 +02:00
cTn ab8d8e1a56 board alignment, accel trim, mag declination 2014-09-17 15:44:28 +02:00