1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00
Commit graph

877 commits

Author SHA1 Message Date
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
cTn
46b3151e37 initial cleanup on the lowest level of serial layer, "system_error" bug is still unknown 2014-09-09 13:55:58 +02:00
cTn
2cbd911653 release 2014-09-09 11:08:36 +02:00
cTn
a96e804359 removing MSP pass through mode 2014-09-08 17:52:07 +02:00
cTn
78b282f458 only trigger update notification on upgrade, bump version, update dev changelog 2014-09-08 12:14:41 +02:00
cTn
125be0271f static size for mix diagrams and adding missing custom definition in multitype switch 2014-09-06 11:02:54 +02:00
cTn
36bce25ba8 add three.js to libraries 2014-09-05 22:45:08 +02:00
cTn
4623853b0a initial work on scalable cube 2014-09-05 15:10:32 +02:00
cTn
9c6d803334 firmware received from the github server can now be saved locally (as requested) 2014-09-04 17:16:13 +02:00
cTn
91e0e8764b adjust position of options window for the new layout 2014-09-04 10:06:51 +02:00
cTn
cc357440e3 remove block centering (no need) 2014-09-04 10:03:45 +02:00
cTn
21065c8acb speed up options window animation 2014-09-04 09:33:13 +02:00
cTn
3aa8d6aa71 minimize the primary padding/margin UI footprint to get some more space for log and content area 2014-09-04 09:33:00 +02:00
cTn
8528e3f066 pixel perfect block alignment for initial setup tab 2014-09-04 08:57:58 +02:00
cTn
0bd4af89c9 catch lastError cleanly in current context 2014-09-01 14:56:13 +02:00
cTn
893671fa2b check if result exists before comparison 2014-09-01 14:46:46 +02: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
cTn
440d3250f1 release 2014-08-18 19:29:36 +02:00
cTn
ab02817095 slider bugfix, optimizations 2014-08-18 19:28:26 +02:00