Commit Graph

1548 Commits (d70067c9b2e6b09deaa82e553f41f4dae92cc25c)
 

Author SHA1 Message Date
Dominic Clifton d70067c9b2 Merge branch 'development' of https://github.com/MauroMombelli/cleanflight-configurator into development
Conflicts:
	tabs/servos.js
9 years ago
Dominic Clifton 959eef251a Merge pull request #241 from sherlockflight/sensor-tab-init
Sensor tab: Fix freeze on tab open on Chome 46
9 years ago
Dominic Clifton eb2aa5b4e5 Allow configuration of servo angle at min/max from GUI.
Closes #193
9 years ago
Dominic Clifton a7f90297da BUmp control sticks jQuery library version. 9 years ago
Dominic Clifton d1396d8918 Merge pull request #224 from sherlockflight/msp-rx
Add control sticks for MSP Rx, suitable for debugging CF without a Tx
9 years ago
Dominic Clifton f4c12c40e7 Merge pull request #249 from AustinSaintAubin/development
Added Roll & Pitch to Setup Tab
9 years ago
Dominic Clifton 240bfbc442 Merge pull request #220 from ProDrone/handle_unsupported_msp_msg
Handle unsupported MSP messages
9 years ago
Dominic Clifton 01d092361a Update changelog. 9 years ago
Dominic Clifton fb683c27a6 Bump three library to r72. 9 years ago
Dominic Clifton 58e1e0963e Fix opacity for all models - without this change they do not render with
r71 three.js library.
9 years ago
Dominic Clifton 5f8f773a64 Reorder some 3d initialisation code. 9 years ago
Dominic Clifton 8317bcb607 Bump three library to r71. 9 years ago
Dominic Clifton 67110fa6cf fix some comment typos 9 years ago
Dominic Clifton 70903b7639 Bump three library to r70. 9 years ago
Dominic Clifton aa5fe105c4 Bump d3 library. 9 years ago
Dominic Clifton ddeaceaf60 Bump jQuery libraries. 9 years ago
Dominic Clifton b698169d20 Prepare for release 9 years ago
Dominic Clifton 55531741cd Update script for vtail mixer. 9 years ago
Austin St. Aubin eeb45e63df Formatting Fixes 9 years ago
Austin St. Aubin cf3d8ae798 Formatting changes to add Roll, Pitch, and Heading to Setup Tab 9 years ago
Austin St. Aubin f62cf8defb Code edit to add Roll, Pitch & Heading 9 years ago
Austin St. Aubin 53f99760c7 Formatting changes to add Roll, Pitch & Heading 9 years ago
Austin St. Aubin 4d959d7b93 Edits for adding Roll, Pitch, and Heading to Setup Page 9 years ago
Nicholas Sherlock e3e28a3c37 Make joystick window always-on-top to avoid Chrome scheduling penalty
Chrome severely reduces the interval of setInterval() calls when a
window is completely hidden (e.g. behind the main Configurator window).
This causes rx loss / failsafe detection to trigger when using the
RX_MSP joysticks
9 years ago
Nicholas Sherlock b7921de528 Have the command sticks disappear when disconnecting or switch to CLI 9 years ago
Dominic Clifton d5593089df Fixing version number in changelog to match manifest.json. 9 years ago
Nicholas Sherlock e4d87c3ae2 Fix initialisation of sonar and altitude sensor fields on sensor tab 9 years ago
Nicholas Sherlock ef0c637877 Add control sticks for MSP Rx, suitable for debugging CF without a Tx 9 years ago
ProDrone 717025cbde Skip and log unsupported messages 9 years ago
ProDrone 56a209a1e8 Detect and register unsupported message error from FC 9 years ago
Dominic Clifton fb46711659 Cleanup looptime configuration. 9 years ago
Dominic Clifton be93f37416 Merge branch 'looptime' of https://github.com/tricopterY/cleanflight-configurator into tricopterY-looptime 9 years ago
Dominic Clifton 64d7808e28 Merge pull request #201 from kchristensen/ff-typo-fix
Fix minor typo in firmware flasher
9 years ago
Dominic Clifton 3e7da266ab Merge pull request #214 from sherlockflight/dataflash-refresh
Update used flash size before dataflash save begins so that new data is not missed
9 years ago
Dominic Clifton ee27327c67 Update changelog. 9 years ago
Dominic Clifton 12048ac7c1 Update links and sponsors. 9 years ago
Dominic Clifton b1eb21cb78 Bump date. 9 years ago
Dominic Clifton 687c0f1a84 Remove legacy servo configuration which originated from the overloaded
use of the servo 'rate'.  All servos are free to be configured
regardless of whether the mixer actually uses those servos.
9 years ago
Dominic Clifton 1cb64130cc update servo tab on configurator
1) work around 1.9.0 MSP buffer size bug.
2) support updated API for 1.12 (CF >= 1.10.0)
9 years ago
Dominic Clifton c0138f5f82 Sprinkle some help for common causes of error to reduce burned on
developers and community.
9 years ago
Dominic Clifton d8c41fb3c7 Show channel forwarding feature if available. 9 years ago
Dominic Clifton cb12833b37 Bump version. 9 years ago
Dominic Clifton 4203413b74 Escape < and > characters from the cli. 9 years ago
Dominic Clifton 58bcbe876c Allow gimbal servos to be configured when enabled. 9 years ago
Dominic Clifton 4e41f46523 First cut of support for custom airplane and tricopter on servos tab. 9 years ago
Dominic Clifton 438dc8d46d Some changes required for the 'custom-servo-mixers' cleanflight branch.
TODO - Support old version of MSP_SERVO_CONF
9 years ago
Nicholas Sherlock dae3c3b2cf Update used flash size before save begins so that new data is not missed 9 years ago
Dominic Clifton 8d39b3f8cc Fix handling of MSP_SERVO and MSP_MOTOR. Previously the code assumed
there was always 8 servos and 8 motors.
9 years ago
Kyle Christensen bc6d8513ea Fix typo in firmware flasher 9 years ago
tricopterY 17d525352f Allow FC loop time change via Configuration Tab 9 years ago