1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 13:55:18 +03:00
Commit graph

1188 commits

Author SHA1 Message Date
Dominic Clifton
671de0c2cf Merge branch 'development'
Conflicts:
	changelog.html
	manifest.json
2014-12-22 00:08:39 +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
6d24ce6b28 Re-instate support for A-Tail now that the firmware supports it. 2014-12-21 15:00:53 +00:00
Dominic Clifton
76ca5a0785 Update changelog. 2014-12-21 14:45:18 +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
f76520c606 Adjust position of watermark slightly. 2014-12-21 14:32:36 +00:00
Dominic Clifton
7522d97092 Adjust tab titles for simplicity. 2014-12-21 14:14:53 +00:00
Dominic Clifton
48f8c8f411 Fix wraping of 'master' slider on motors tab. 2014-12-21 14:03:09 +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
d4ddfc3ac3 Update changelog and manifest. 2014-12-21 00:34:12 +00:00
Dominic Clifton
5112a73c74 Use larger calibrarion buttons and avoid text-wrapping on button labels. 2014-12-21 00:26:33 +00:00
Dominic Clifton
93b8750da7 Use nicer fonts. 2014-12-21 00:22:25 +00:00
Dominic Clifton
968db92b81 Update CSS so that AUX 10-12 fit without wrapping. 2014-12-21 00:22:05 +00:00
Dominic Clifton
f01d193ff1 Merge pull request #21 from UKTamo/fixurls
Fixed transposed URLs in firmware flasher
2014-12-20 11:20:48 +00:00
Thomas Greer
8935054584 Fixed transposed URLs in firmware flasher 2014-12-20 11:16:35 +00:00
Dominic Clifton
7692b7354a Update configuration for Cleanflight settings. 2014-12-20 02:50:36 +00:00
Dominic Clifton
e398e52d9d Change the way the watermark is implemented so that the log area is
scrollable with the mousewheel.
2014-12-20 02:04:28 +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
e8bd813fb8 Re-implement model diagram on motors tab.
See 79505e42ed.
2014-12-20 00:29:49 +00:00
Dominic Clifton
5410c91b6d Add a watermark to the log. 2014-12-19 20:54:05 +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
Paul Rogalinski
2f9e2b13c5 fixed typos 2014-12-19 04:05:25 +01:00
Paul Rogalinski
a8a6b8904c fixed async issues, added string formatter proto 2014-12-19 03:58:42 +01:00
Dominic Clifton
6051876f23 commit of broken code for a js expert to fix. 2014-12-19 01:30:48 +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
Stefan Kolla
b3ae9b2967 fix alignment 2014-12-07 18:31:18 +01:00
cTn
6f87f093c4 updating readme which adjusts licensing (due to rise of unauthorized clones) 2014-12-07 17:29:10 +01:00
cTn
9cebfb53f2 updating changelog/version/release 2014-12-06 15:40:38 +01:00
cTn
c0284f1134 ditch some empty callbacks that are now gracefully handled inside the serial layer 2014-12-06 15:35:12 +01:00
cTn
636feb6988 updating changelog 2014-12-05 19:45:40 +01:00
cTn
c005b7604c add vtail/atail quad models from norem
#58
2014-12-05 17:25:33 +01:00
cTn
3577632ce2 Revert "input validation works much better while using input event to do the manipulation"
This reverts commit 78b92ab5e7.
2014-12-05 13:54:32 +01:00
cTn
78b92ab5e7 input validation works much better while using input event to do the manipulation 2014-12-05 12:49:47 +01:00
cTn
e87c0ca4ee experimental bugfix for backup/restore failing under certain conditions 2014-12-05 10:24:20 +01:00
cTn
21e414f4b3 fix method name mismatch in serial layer 2014-12-05 10:23:53 +01:00
cTn
ebff37ae3f fix review condition 2014-11-29 21:49:55 +01:00
cTn
843aa8634a add MSP to supported serial RX array 2014-11-29 21:44:28 +01:00
cTn
8150bb7c07 swap the don't like url to point to the store support 2014-11-29 11:40:18 +01:00
cTn
19f2368bb9 return self through dialog handler function 2014-11-29 11:34:13 +01:00
cTn
2e88daa806 fix style 2014-11-29 10:16:53 +01:00
Stefan Kolla
4df1e9aafc Merge pull request #66 from jaahaavi/master
Updated GPS settings
2014-11-29 10:15:19 +01:00
cTn
277d39109a sort out dates in js 2014-11-26 16:32:17 +01:00
Stefan Kolla
37003dcb14 Merge pull request #64 from readerror67/development
Fix dates
2014-11-26 16:25:12 +01:00
Read Error
ad87c31e8d Fix dates 2014-11-26 10:22:49 -05:00
cTn
9173dcb625 updating forgotten dates for userbase 2014-11-26 12:46:47 +01:00