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

666 commits

Author SHA1 Message Date
cTn
66ab7d1093 add A-tail Quad to supported multiTypes, no svg & using custom svg and default 3D model at the moment
#58
2014-11-14 12:11:22 +01:00
cTn
7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 2014-11-11 11:59:12 +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
135b4e6905 Set a default rnage when enabling an adjustment. Show the channel
marker.
2014-11-09 04:55:52 +00:00
Dominic Clifton
56a3b7c52b Some cleanup of the auxilary tab code. 2014-11-09 04:54:12 +00: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
a31282c6a3 fix vbatmincellvoltage and vbatmaxcellvoltage scale factors inside output cruncher 2014-11-03 18:36:29 +01:00
cTn
3a4b41b259 assign correct error message for fetching online firmware 2014-11-03 16:57:08 +01:00
cTn
72447a6103 set release filter to accept NAZE only 2014-11-03 16:53:54 +01:00
jeff
5cff317208 Changed model extensions from .js. to .json fitting with export from
latest three.js exporter.
	725819c98d

Updated texture on new models.
2014-11-02 19:04:32 +11:00
jef79m
a7c3779b25 Added some new models 2014-10-31 23:42:26 +11:00
cTn
59df068b63 rename all underlying references inside the renamed files 2014-10-30 12:47:52 +01:00
cTn
0cd315b5e7 rename files to better correspond to their specific tabs 2014-10-30 12:43:35 +01:00
cTn
e401b1ffce renaming some of the appview hits 2014-10-30 12:33:39 +01:00
cTn
561758b2a8 tweak obsolete class names and css 2014-10-25 14:04:38 +02:00
cTn
0af8d7d453 normalize css indentation in gps and firmware flasher (missed it the first time somehow) 2014-10-24 16:58:07 +02: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
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
f64b558d5c Update the default channel mode range to match the old MultiWii MID
checkbox.
2014-10-18 16:50:53 +01:00
Dominic Clifton
a08ae2b7c6 Update donation links. 2014-10-14 16:32:45 +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
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
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
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
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
cTn
cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 2014-10-06 15:24:34 +02:00
cTn
5105dc2165 clamp values to specific range 2014-10-05 19:46:27 +02:00
cTn
1c88db0fdd prepare models array where we use multiType as index 2014-10-03 15:21:16 +02:00
cTn
3f0b501063 move motor_order to resources 2014-10-02 13:11:25 +02:00
cTn
840058d4c1 separate webgl capability detector in main.js, keep track 2014-10-02 11:21:56 +02:00
cTn
628ffade95 update manifest, readme, fallback brick code 2014-10-01 17:23:23 +02:00
cTn
f9ff34fb8b prevent re-sending analytics appview on tab re-initialization, add 1500ms delay on configuration save & reboot 2014-10-01 13:16:22 +02:00
Dominic Clifton
875a81e11d Update URLs for firmware and changelog. 2014-10-01 12:11:45 +01:00
cTn
5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 2014-10-01 12:58:09 +02:00
cTn
01d67a8e85 support for fallback model 2014-09-30 20:25:48 +02:00
cTn
663c46a122 update changelog, enable overdraw for materials loaded through loader 2014-09-30 17:07:44 +02:00