1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00
Commit graph

637 commits

Author SHA1 Message Date
Dominic Clifton
65762587ba Cleanup tabs, whitespace & comments. 2015-11-14 11:20:08 +00:00
Dominic Clifton
d32ba714bf Fixing whitespace and indentation. 2015-11-14 11:16:54 +00:00
skaman82
5de5f6d191 Merge remote-tracking branch 'cleanflight/development' into GUI-optimization 2015-11-14 01:49:10 +01:00
Dominic Clifton
ac78dbc8c0 Support cleanflight API 1.14.0 (pid controller removal/reindex). 2015-11-14 00:41:23 +00:00
skaman82
990fd26eb9 Including fixes from wanderzell
• fixes small css bug with tooltip icons
• fixes sensor icons nit showing up when connecting Naze32 Acro rev6
and Sparky1.1
2015-11-12 09:56:03 +01:00
skaman82
a63e628eac updating hydras changes 2015-11-11 22:17:54 +01:00
skaman82
0880343488 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	main.js
#	tabs/landing.js
2015-11-11 22:08:19 +01:00
Dominic Clifton
504e494a4f Bump version to 1.0.0 and prepare for release. 2015-11-11 21:03:37 +00:00
Dominic Clifton
d73196ea11 Fix toggle buttons reverting to checkboxes after reboot.
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
skaman82
b6b2812271 Fixing toggle buttons and the motors tab 2015-11-10 09:38:43 +01:00
Dominic Clifton
1adc6f7bd6 Delete more unused files from libraries.
Note that this commit is indicating there needs to be a build step to
make it easier to generate the used sources when packaging the
configurator.
2015-11-10 00:26:50 +00:00
Dominic Clifton
6d524ebe5e Delete unused switchery files and relocate the modified switchery
distribution files.

Note that the switcher.css/.js are NOT the same as the minified version.
They have been modified to generate smaller switches.
2015-11-10 00:22:09 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
1f4838c5e2 boards.js update 2015-11-09 22:29:02 +01:00
skaman82
1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
2015-11-05 16:37:15 +01:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00
skaman82
80439ef4bd Syncing 2015-11-03 07:21:25 +01:00
skaman82
06f643812d sync 2015-11-02 22:07:37 +01:00
skaman82
53a615279d fixing auto connect 2015-11-02 13:37:46 +01:00
skaman82
d2be1715e5 Display header elements depending on connection state 2015-11-02 11:56:18 +01:00
skaman82
77effe1963 Fixing some things in the configurator tab
and some media-query updates
2015-11-01 22:17:19 +01:00
Moto Moto
24fe790df3 Added MotoLab to BOARD_DEFINITIONS 2015-10-31 18:10:01 -05:00
Dominic Clifton
5c85ba7011 Merge commit '8e7097c' into development 2015-10-31 11:35:43 +00:00
Dominic Clifton
afe62cc01b Merge pull request #250 from tracernz/development
Enable flashing using USB-DFU protocol
2015-10-31 11:22:18 +00:00
Dominic Clifton
5d82bd8959 Prepare for release 2015-10-31 08:09:48 +00:00
skaman82
29f38f38e0 Ports Tab rework 2015-10-30 20:30:27 +01:00
skaman82
a618839f50 Some updates 2015-10-30 17:41:39 +01:00
skaman82
54d7c24e82 First rework of Configuration Tab
… also minor fixes to switchery buttons
2015-10-30 09:46:53 +01:00
skaman82
5782a83293 some minor changes 2015-10-29 17:15:48 +01:00
skaman82
968e10feeb switchery integration 2015-10-29 00:30:22 +01:00
skaman82
9489b13c13 Ports tab clean up 2015-10-28 20:23:48 +01:00
skaman82
819c07f2f5 Added sensor icons. Experimenting with theme change 2015-10-26 22:54:05 +01:00
skaman82
d2c14f15ec Added an new connect button 2015-10-23 22:57:55 +02:00
skaman82
d15dbca994 fixing things… 2015-10-23 16:00:03 +02:00
skaman82
87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
skaman82
d61970e177 upload 2015-10-23 15:13:33 +02:00
skaman82
3a9c7f3794 Merge remote-tracking branch 'origin/baseflight-configurator-development' into GUI-rework
Conflicts:
	README.md
	js/libraries/d3.min.js
	js/msp.js
	main.html
2015-10-23 14:41:08 +02:00
skaman82
707e2c454b More work done… 2015-10-22 22:27:48 +02:00
skaman82
b0b8cc00d7 Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to
trigger a readout on connect in serial_backend.js. Some help?
2015-10-22 18:03:17 +02:00
Michael Corcoran
1a20b317dd DFU: Add additional error checks, enabled GUI connect lock while flashing 2015-10-15 13:00:43 +13:00
Michael Corcoran
1e386f508b DFU: Add local erase, 2 kB page size hardcoded
Not possible to read chip ID using DFU or page size info from USB descriptor (not yet supported by Chrome)
2015-10-15 13:00:43 +13:00
Michael Corcoran
d89e9682c2 DFU: Make permissions compulsary, make DFU detection more robust 2015-10-15 13:00:43 +13:00
Michael Corcoran
88a59f05c9 STM32DFU: Remove line missed in c038785 2015-10-15 12:59:44 +13:00
Michael Corcoran
42a8d38e32 STM32: Check for DFU device after device reboot 2015-10-15 12:59:44 +13:00
Michael Corcoran
8b029edbcf Enable flashing using USB-DFU protocol
For new boards like Tornado
2015-10-15 12:59:44 +13:00
Dominic Clifton
7bf70092d3 Fix backup, broken by a missed rename in 1cb6413. 2015-10-14 21:48:09 +01:00
Dominic Clifton
43423ec7f9 Merge pull request #237 from sherlockflight/pid-rounding
Fix rounding of floating point values in crunch() (rc_rate, pids, etc)
2015-10-14 20:40:28 +01:00
Dominic Clifton
eb2aa5b4e5 Allow configuration of servo angle at min/max from GUI.
Closes #193
2015-10-14 20:27:47 +01:00
Dominic Clifton
d1396d8918 Merge pull request #224 from sherlockflight/msp-rx
Add control sticks for MSP Rx, suitable for debugging CF without a Tx
2015-10-14 20:09:10 +01:00
Dominic Clifton
240bfbc442 Merge pull request #220 from ProDrone/handle_unsupported_msp_msg
Handle unsupported MSP messages
2015-10-14 20:02:22 +01:00