1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00
Commit graph

905 commits

Author SHA1 Message Date
cTn
45729ea224 updating changelog, bumping up manifest version 2014-09-19 18:07:51 +02:00
cTn
9d3f98ace2 add "CLI" feature names as checkbox tooltip 2014-09-19 17:51:55 +02:00
cTn
6be76d855d implement channel map including validation and UI compatibility fallback 2014-09-19 17:44:04 +02:00
cTn
5d9b28c5c7 add MSP_SET_RCMAP to cruncher 2014-09-19 16:11:26 +02:00
cTn
4a00abd162 fixed urls in compatibility area 2014-09-19 16:04:08 +02:00
Stefan Kolla
34f2db1c63 Merge pull request #47 from creyc/development
Added octo x8 and flying wing graphics. Switching character outlines to ...
2014-09-19 15:58:49 +02:00
creyc
639a1a3b1c Added octo x8 and flying wing graphics. Switching character outlines to actual text. 2014-09-19 09:33:41 -04:00
cTn
b0ed6126f4 fix new and compatibility wrapper height 2014-09-18 18:35:08 +02:00
cTn
1d3b2e57fc another attempt to cleanup the initial tab 2014-09-18 14:44:42 +02:00
cTn
90cd5aa69b reworked mixer UI as requested 2014-09-18 14:29:54 +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
287a1df962 simplify some of the change events 2014-09-18 12:32:27 +02:00
cTn
800bfd59c8 support for multiwiicurrentoutput 2014-09-18 12:24:38 +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
a6adfe5c7d pretty feature descriptions from englishman 2014-09-17 16:26:29 +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
cTn
a34357d92a initializing input elements for throttle and battery, changed to 2 row design 2014-09-17 15:20:21 +02:00
cTn
c352199434 working mixer list with mixer preview 2014-09-17 14:22:16 +02:00
cTn
e8c46d1f25 removing various elements from initial tab 2014-09-17 14:21:42 +02:00
cTn
fdbfdfd31d working feature selection (both read and write), missing description and nicer text 2014-09-17 13:01:46 +02:00
cTn
b11e4cde6a fixing -webkit-inner-spin-button once again (what is chromium doing to that style...) 2014-09-17 11:37:27 +02:00
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
2014-09-17 11:23:31 +02:00
cTn
4894f7493a apply crunching mechanism to compatibility code in initial tab, disable magnetometer calib if magnetometer is missing 2014-09-17 10:51:54 +02:00
cTn
945b86f9b2 rename translation shortcuts, drop configuration files in 2014-09-17 10:31:36 +02:00
cTn
4fd36df425 renaming auxiliary tab 2014-09-17 09:56:50 +02:00
cTn
e9c4a533af finishing touches to the crunching mechanism, backup and restore is all cleaned up now 2014-09-17 09:27:54 +02:00
cTn
e626fbeb7b utilizing the new data cruncher in various tabs (aux, pid, receiver) and in restore routines, unfinished (looking solid) 2014-09-16 23:07:52 +02:00
cTn
52afdb2928 model type wont be displayed inside 3D area anymore 2014-09-16 21:28:18 +02:00
cTn
57b4e3cafa wait for cleanup callback, then reboot 2014-09-16 21:18:14 +02:00
cTn
bfb6e17187 removing obsolete code 2014-09-16 21:17:53 +02:00
cTn
875f3bfa15 first CAP_BASEFLIGHT_CONFIG implementation (unfinished) for initial tab, including temporary backwards compatibility support 2014-09-16 19:27:30 +02:00
cTn
df738f9daf new device messages that indicate reboot and ready states 2014-09-16 19:26:38 +02:00
cTn
0649a59b13 function returning specific byte from 32 bit variables (untested) 2014-09-16 19:26:06 +02:00
cTn
8a951acb82 new generic crunching mechanism that will be used with all of the future set messages 2014-09-16 19:24:10 +02:00
cTn
c37b9ff0f1 merging MISCv2 into MISC since its both data structure and old fw/new fw compatible 2014-09-16 15:43:04 +02:00
cTn
7e8b1781da add RC_MAP, BF_CONFIG for storing new info that is now available, working channelLetter mapping, unfinished MISCv2 2014-09-16 14:48:36 +02:00
cTn
97d3a24787 update msp layer with new transmission codes, add transparent methods to handle the incoming data (temporary) 2014-09-16 13:36:10 +02:00
cTn
5b3da95e05 add fallback to canvasrenderer on cros and linux (temporary) 2014-09-14 20:38:39 +02:00
cTn
e20806c7a8 only fire recovery routine once if bus is not recoverable 2014-09-14 14:08:28 +02:00
cTn
619f9032be css3D hack replaced by a flying brick done in three js 2014-09-14 01:27:50 +02:00
cTn
25edf3a4bf improving the async transmission part in serial layer 2014-09-13 15:01:32 +02:00
cTn
4b96bb39b5 updating analytics lib 2014-09-13 12:17:22 +02:00
cTn
8f0fe2f9ea print remaining time based on app last release date in console 2014-09-12 14:00:39 +02:00