1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00
Commit graph

2046 commits

Author SHA1 Message Date
tricopterY
54c5d9b44c Reworked msp.js - MSP_ARMING_CONFIG, MSP_SET_ARMING_CONFIG 2015-03-29 08:58:01 +11:00
tricopterY
e362130810 Reworked data_storage.js - ARMING_CONFIG 2015-03-29 08:45:08 +11:00
tricopterY
91605b16f7 Reworked configuration.jsp MSP_ARMING_CONFIG, MSP_SET_ARMING_CONFIG 2015-03-29 08:42:30 +11:00
Nicholas Sherlock
fbf983dda8 Limit TPA to 1.0, restore old yaw limit of 2.55 2015-03-26 01:55:50 +13:00
tricopterY
68dbf1707e Merge pull request #11 from cleanflight/development
Sync to latest changes
2015-03-23 08:43:54 +11:00
Dominic Clifton
52d7670977 Move apiVersion to appear before profiles in backup file. 2015-03-22 09:25:32 +00:00
Dominic Clifton
2e5acfc1bd Fix the 0.63.0 serial port configuration migration code. 2015-03-22 09:19:10 +00:00
Nicholas Sherlock
d6c60fe586 Update roll/pitch/yaw rate limits to match CF's limits 2015-03-22 12:04:42 +13:00
tricopterY
83d65fc477 Limit Roll/Pitch, Yaw to 1.0 max
cleanflight/cleanflight/#658
2015-03-22 09:23:40 +11:00
Nicholas Sherlock
035d5a36d4 Fix rendering of fallback model on software canvas renderer 2015-03-19 17:42:09 +13:00
tricopterY
a1f932f36a Reworked msp.js - new code MSP_ARM_CONFIG etc 2015-03-18 14:46:24 +11:00
tricopterY
e5235e46e6 Code style check data_storage.js 2015-03-18 14:29:09 +11:00
tricopterY
ea78239cac Reworked data_storage.js - ARM_CONFIG and LOOP_TIME 2015-03-18 14:24:50 +11:00
tricopterY
87cf0d27b1 Reworked configuration.jsp MSP_ARM_CONFIG 2015-03-18 14:17:20 +11:00
bradnon
cb3b2f54fb Updated without .not() and black text friendly 2015-03-15 18:03:30 -04:00
bradnon
5c5fb26aad Use real colors for the color buttons on the LED strip configuration tab 2015-03-15 02:09:08 -04:00
tricopterY
9261163ca2 Reworked msp.js
MISC.auto_disarm_delay, MISC.disarm_kill_switch are CONFIG.apiVersion dependent
2015-03-15 17:04:40 +11:00
tricopterY
911c09076b Hiding div.disarm element when, not applicable.
CONFIG.apiVersion dependent
2015-03-15 16:08:59 +11:00
tricopterY
69c18377cf Update configuration.js 2015-03-14 13:21:41 +11:00
tricopterY
02bd2660e0 Update changelog.html 2015-03-14 12:07:55 +11:00
tricopterY
fde8edfe1e MISC auto_disarm_delay and disarm_kill_switch 2015-03-14 11:17:30 +11:00
tricopterY
8ee749afe0 Added configurationAutoDisarmDelay and configurationDisarmKillSwitch 2015-03-14 11:11:50 +11:00
tricopterY
fc656d4ac2 MISC auto_disarm_delay and disarm_kill_switch 2015-03-14 11:08:29 +11:00
tricopterY
8b2627c470 Added disarm class 2015-03-14 11:04:39 +11:00
tricopterY
590f326e69 Added auto_disarm_delay and disarm_kill_switch 2015-03-14 11:02:05 +11:00
tricopterY
29448db17c Added auto_disarm_delay and disarm_kill_switch 2015-03-14 10:54:50 +11:00
tricopterY
47cf1093f7 Support auto_disarm_delay and disarm_kill_switch 2015-03-14 10:49:28 +11:00
tricopterY
58d0381097 Merge pull request #10 from cleanflight/development
Development
2015-03-14 10:40:51 +11:00
Dominic Clifton
9ee66994b0 Merge pull request #124 from sherlockflight/development
Support new Blackbox baudrates including new 230400 rate
2015-03-13 23:25:22 +01:00
Nicholas Sherlock
2863077ee3 Merge remote-tracking branch 'upstream/development' into development 2015-03-14 10:19:24 +13:00
Dominic Clifton
90a9a7e6ae Fix incorrect dataflash ui when using old firmware. 2015-03-12 00:32:45 +00:00
Dominic Clifton
e462439c1b Upgrade D3 library to 3.5.5.
See http://d3js.org/
2015-03-12 00:14:39 +00:00
tricopterY
13f3ef2d94 Removed unnecessary style
Removed green border around TPA Breakpoint row header, as instructed by @hydra
2015-03-12 10:49:44 +11:00
Dominic Clifton
0a97d46e8f Cleanup changelog. 2015-03-11 23:41:52 +00:00
Dominic Clifton
8160e8e353 Merge branch 'development' of https://github.com/tricopterY/cleanflight-configurator into development
Conflicts:
	js/msp.js
	tabs/pid_tuning.html
	tabs/pid_tuning.js
2015-03-12 00:40:15 +01:00
Dominic Clifton
b2be2853b4 Provide a migration path from pre-1.8.0 firmware backups. 2015-03-11 23:34:24 +00:00
Dominic Clifton
4b2704e784 Support independent configuration of pitch and roll rates. Cleanup of
tpa breakpoint configuration support.
2015-03-11 22:50:07 +00:00
Dominic Clifton
dd7efa9e54 Remove style that should not have been added in PR #128 2015-03-11 21:54:15 +00:00
Dominic Clifton
5683314f93 Merge https://github.com/tricopterY/cleanflight-configurator into tricopterY-development
Conflicts:
	tabs/pid_tuning.html
	tabs/pid_tuning.js
2015-03-11 22:09:35 +01:00
Dominic Clifton
0a5e04d50e Merge pull request #127 from pulsar256/pidchooser_fixes
made pid or pidController change exclusive, always refresh from FC after
2015-03-11 21:44:26 +01:00
Paul Rogalinski
db3b50814b fixed formatting 2015-03-11 21:34:02 +01:00
Paul Rogalinski
e0b97b3b50 fixed inconsistent method names 2015-03-11 21:24:46 +01:00
tricopterY
cb95a05830 Update changelog.html 2015-03-11 22:33:34 +11:00
tricopterY
2143b02d36 Update changelog.html 2015-03-11 22:23:53 +11:00
tricopterY
abbfe1d763 Update jquery.flightindicators.js 2015-03-11 16:57:50 +11:00
tricopterY
3ed04866f6 Update gui.js 2015-03-11 16:41:09 +11:00
tricopterY
45283388aa Update messages.json 2015-03-11 16:22:36 +11:00
tricopterY
97857b19d8 Update data_storage.js 2015-03-11 16:20:15 +11:00
tricopterY
f4fb947f8f Update msp.js 2015-03-11 16:18:49 +11:00
tricopterY
a2920a0f49 Update pid_tuning.css 2015-03-11 16:13:57 +11:00