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

1239 commits

Author SHA1 Message Date
cTn
ed7600facc implement support for flashing development firmware (first iteration, done via checkbox) 2014-10-24 15:36:19 +02:00
Dominic Clifton
36f447b4da Make MSP_API_VERSION check non-mandatory for now. 2014-10-20 23:25:42 +01:00
cTn
c743351b11 updating changelog, listing important changes since 0.54 2014-10-20 13:46:18 +02:00
cTn
be96da6098 reorder some of the cleanup routines, cleanup (experimental) 2014-10-19 16:17:44 +02:00
cTn
f387ea96ac initialize connect_lock by default 2014-10-19 15:55:56 +02:00
cTn
0c2ec52bed fix accidently removed buildinfo fetch on connect 2014-10-19 15:52:55 +02:00
cTn
569122392e planned cache and interval speed optimizations 2014-10-19 15:29:55 +02:00
cTn
3c4307ae57 add initialization timeout for flash on connect, rework functionality so each new detected port can trigger flashing sequence 2014-10-19 09:38:39 +02:00
cTn
b6097d6271 move parse_hex function away from the global context 2014-10-19 04:18:05 +02:00
Dominic Clifton
8ca6b2d557 Update changelog and bump version. 2014-10-18 16:59:11 +01: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
f64b558d5c Update the default channel mode range to match the old MultiWii MID
checkbox.
2014-10-18 16:50:53 +01:00
cTn
8477573be5 doubling initialization timeout inside port handler 2014-10-17 11:52:52 +02:00
Dominic Clifton
f3968aaa70 Normalize all the line endings 2014-10-15 15:27:57 +01:00
Dominic Clifton
b789884f91 Saving files before refreshing line endings 2014-10-15 15:26:49 +01:00
Dominic Clifton
b9695bd451 Adding .gitattriutes file 2014-10-15 15:24:59 +01:00
Dominic Clifton
647b1244e2 Update changelog and bump version to 0.50.1. 2014-10-14 16:33:07 +01:00
Dominic Clifton
a08ae2b7c6 Update donation links. 2014-10-14 16:32:45 +01:00
Dominic Clifton
b03ae309fb Update to match recenly renumbered MSP commands for cleanflight MSP commands. 2014-10-14 01:02:46 +01:00
Dominic Clifton
6d37c98bec Bump version to 0.51.0 and update changelog. 2014-10-13 21:03:35 +01:00
Dominic Clifton
a517aeef36 Removing unused css selectors. 2014-10-13 19:05:45 +01:00
Dominic Clifton
7400a2af2f Internationalize mode range copy. 2014-10-13 18:59:26 +01:00
Dominic Clifton
c9b7cf40f3 When a mode has no ranges assigned the info panel should not show
enabled/disabled state.
2014-10-13 18:57:43 +01:00
Dominic Clifton
f93132b05e Update color scheme of active/inactive modes. 2014-10-13 18:46:03 +01:00
Dominic Clifton
428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 2014-10-12 23:47:20 +01:00
Dominic Clifton
9b1bc65384 Disabled backup/restore of old aux settings, backup of new mode ranges
still needs doing.
2014-10-12 23:44:45 +01:00
cTn
4fe8d66bf5 after compatbility remove css and initialize3d routine cleanup 2014-10-12 18:54:11 +02:00
cTn
ecd34bf113 removing all code depending on CONFIG.capability that i could find on the first swoop 2014-10-12 18:38:04 +02:00
cTn
81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 2014-10-12 18:35:32 +02:00
cTn
b35590f052 exprimental restore procedure 2014-10-12 18:00:44 +02:00
cTn
f313665046 bump manifest and changelog 2014-10-12 17:02:10 +02:00
cTn
f30d886f79 use deep copy for all members 2014-10-12 16:55:49 +02:00
cTn
a67bbac54b first set of bugfixes, store configurator version in the backup file 2014-10-12 16:16:47 +02:00
cTn
4f0ddfb5b2 highly experimental backup sequence (latest fw only), restore sequence disabled due to being outdated and incompatible 2014-10-12 16:06:48 +02:00
cTn
3381463bf5 correct status bar width, display configurator version in status bar 2014-10-12 16:05:35 +02:00
cTn
fa2888f463 normalize backup save date 2014-10-12 14:50:55 +02:00
Dominic Clifton
e4ecb7838c Pick the first unused channel aux when adding a range to a mode. 2014-10-12 00:01:36 +01:00
Dominic Clifton
2d6143b403 Update color scheme. 2014-10-11 23:38:03 +01:00
Dominic Clifton
e892cbdbad Work in progress aux configuration ranges. 2014-10-11 23:10:20 +01:00
cTn
63768b0af0 correct the value returned by getDate, display GMT offset 2014-10-11 16:45:19 +02:00
cTn
782cc916bd store request buffer content inside callback object 2014-10-10 00:33:19 +02:00
cTn
27942f315a updating d3 library to 3.4.12 2014-10-09 11:53:09 +02:00
cTn
90c5310049 bump minimum req chrome version to 38M, primarily to benefit from bugfixes
innerBounds with aero now work properly, hot unplug in osx and linux are
now handled correctly
2014-10-09 10:23:59 +02:00
cTn
c1ba99298e buggy innerBounds and aero got fixed in 38M 2014-10-08 14:10:43 +02:00
cTn
c34938b9d6 serial.send won't depend on callback anymore 2014-10-08 11:15:02 +02:00
cTn
296a925494 correct old resource link, bugfix for chrome 38M which for unknown reason adjusts element scroll on select element value change 2014-10-08 00:30:54 +02:00
cTn
437fbe2cd0 cleanup eventPage, small optimizations and stricter rules for msp send callbacks 2014-10-07 17:40:52 +02:00
cTn
719b47ab48 release 2014-10-06 20:35:19 +02:00
cTn
341416c180 attach window resize handlers in a way that doesn't overwrite previous handler 2014-10-06 19:16:48 +02: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