Commit Graph

541 Commits (7d52de59456982139e1d2212a9c0efa7620e440f)

Author SHA1 Message Date
Dominic Clifton e672dde6e2 Fix backup of PID controller. 10 years ago
tracernz c78bd800db Fix MSP_GPS_SV_INFO comment
Depends on #437
10 years ago
Dominic Clifton e447739e74 Adjust documentation button so that it doesn't move the sensor
indicators when connected. Use same color as other help panels.
10 years ago
Dominic Clifton 20a82e7339 Merge branch 'development' of https://github.com/pulsar256/cleanflight-configurator into pulsar256-development 10 years ago
Dominic Clifton e96839d3d8 Merge pull request #80 from ledvinap/feature-negative-current
Allow negative current draw
10 years ago
Dominic Clifton 35200e5a36 Support changing PID controller in the GUI. 10 years ago
Dominic Clifton aaab850407 Change MSP_SONAR_ALTITUDE to be in the range used for cleanflight
original commands.

See
https://code.google.com/p/multiwii/source/browse/trunk/MultiWii_shared/Protocol.cpp#18
10 years ago
Krzysztof Rosinski 39c70ce9b8 Add sonar data storage 10 years ago
Krzysztof Rosinski f933dbf330 Sonar altitude added to sensors 10 years ago
Petr Ledvina 943d33ba4d Allow negative current draw
Interpret MSP_ANALOG.amperage value as signed
10 years ago
Paul Rogalinski d3fc8464fa added a help button for the currently installed firmware 10 years ago
Dominic Clifton b3424eadcb Defining the models and images used in one place to make maintainance of
the mixer list easier.
10 years ago
Dominic Clifton a56c0eef40 Fix welcome tab being cleared after failing to connect to a port. 10 years ago
Dominic Clifton 34b7b87c3e Allow old API version to be used but disable LED strip tab and
backup/restore functionality in certain cases.  Cleanup of tab
switching.
10 years ago
Dominic Clifton 342a5134a5 Merge branch 'feature-negative-currentsensors' of https://github.com/frog32/cleanflight-configurator into frog32-feature-negative-currentsensors 10 years ago
Dominic Clifton d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
10 years ago
Dominic Clifton 994b04b0aa Add support for LED strip 'color' mode. 10 years ago
Marc Egli 126beedf9c Allow negative current scales and allow an offset between 0 and 3.3V 10 years ago
Dominic Clifton 6a11e44802 Bump minimum API version up - needs latest firmware for LED strip/ring
compatibility.
10 years ago
Dominic Clifton a5de593da7 Allow LED strip colors to be used. Requires new firmware.
At the moment colors are only used by the thrust ring mode.
10 years ago
Dominic Clifton 8c10f39606 Add support for backup and restore of led strip config.
Various minor code cleanups.
10 years ago
Dominic Clifton 8870f9731d Prepare for release 0.60.0. 10 years ago
Dominic Clifton f480e05027 Merge branch 'led-strip' into development 10 years ago
Dominic Clifton 519de30f6e Allow saving of LED Strip configuratiion via MSP. Requires firmware
with new MSP_SET_LED_STRIP_CONFIG.

Remove some .toUpperCase() duplication since it was only needed for the
CLI commands panel.
Minor CSS cleanups.
Some variable and class renaming to align with firmware code.
10 years ago
Jonathan Hudson 30ddc6ac83 replace motor order models with script generated varients 10 years ago
Dominic Clifton 683e68b036 Add support for MSP_LED_STRIP_CONFIG. 10 years ago
Dominic Clifton c5e2a13b6c First cut of port of LED Strip configuration UI.
Thanks for the original code decompyler!
10 years ago
Dominic Clifton 6031907163 Merge branch 'development' of https://github.com/Roeland54/cleanflight-configurator into Roeland54-development 10 years ago
Dominic Clifton 0285723fab First cut of working configuration migration. 10 years ago
Dominic Clifton 835e665017 Fix 'unknown code' messages in console log. 10 years ago
Dominic Clifton eda54f13db Update RSSI channel configuration. 10 years ago
Roeland Lutters 32a27b73a7 CLI available for old firmware versions 10 years ago
Dominic Clifton dfdb5cd99d Prepare for 0.58.0 release. 10 years ago
Dominic Clifton d671bff583 First cut of functional 'Ports' tab. Support backup and restore of
serial port scenarios and baud rates.  Add note to 'features' tab.
10 years ago
Dominic Clifton 32820853ce Updating to use API version 1.1. 10 years ago
Dominic Clifton a7dc838cdc Removing review code. 10 years ago
cTn aacbe4d76f updating d3 and jquery libraries 10 years ago
Dominic Clifton 6d24ce6b28 Re-instate support for A-Tail now that the firmware supports it. 10 years ago
Dominic Clifton 502cf718ab Update backup/restore functionality so that it restores adjustments,
auxiliary settings and channel forwarding (per-profile).  Add "Warning
Cell Voltage" to the UI.
10 years ago
Dominic Clifton 7692b7354a Update configuration for Cleanflight settings. 10 years ago
Dominic Clifton e8bd813fb8 Re-implement model diagram on motors tab.
See 79505e42ed.
10 years ago
Dominic Clifton a8cf910f51 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	README.md
	_locales/en/messages.json
	changelog.html
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
	js/protocols/stm32.js
	js/serial_backend.js
	main.css
	main.html
	main.js
	manifest.json
	tabs/auxiliary_configuration.css
	tabs/default.css
	tabs/firmware_flasher.js
	tabs/initial_setup.css
	tabs/initial_setup.html
	tabs/initial_setup.js
	tabs/modes.html
	tabs/modes.js
	tabs/motor_outputs.css
	tabs/motors.html
	tabs/receiver.css
	tabs/servos.js
10 years ago
cTn 9cebfb53f2 updating changelog/version/release 10 years ago
cTn e87c0ca4ee experimental bugfix for backup/restore failing under certain conditions 10 years ago
cTn 21e414f4b3 fix method name mismatch in serial layer 10 years ago
cTn ebff37ae3f fix review condition 10 years ago
cTn 8150bb7c07 swap the don't like url to point to the store support 10 years ago
cTn 19f2368bb9 return self through dialog handler function 10 years ago
Stefan Kolla 4df1e9aafc Merge pull request #66 from jaahaavi/master
Updated GPS settings
10 years ago
cTn 2eb6c0b691 stop the dialog from jumping vertically 10 years ago
jaahaavi b2cb677869 Updated GPS settings
- Added SBAS disabled (-1) to configuration tab
- Fixed GPS signal strength bars
10 years ago
cTn fb1f22b248 fix internal pointers for window resize handler in review code 10 years ago
cTn 92f085f561 fix failed indentation in last commit 10 years ago
cTn de87fab530 reworked serial layer (more verbose), added checks for chrome.runtime.lastError in connect and disconnect api calls 10 years ago
cTn 88abe0969d EXPERIMENTAL delayed connect callback chain bugfix, this took months to track down 10 years ago
cTn 5e165b286b implemented simple review mechanism 10 years ago
cTn 698aeb1bf9 correct callbacks in firmware flasher, optimize speed by updating UI between read/write operations 10 years ago
cTn 366cd018b2 whops, fixing trailing commas 10 years ago
cTn 7a0d3a1199 handle all sorts of edge cases that would otherwise break UI or functionality 10 years ago
Dominic Clifton f3020aed10 Bump release date. 10 years ago
Dominic Clifton 902da2f91d Add 'Adjustments' tab.
Cleanup 'Auxilary' tab code.
Rename other tabs to have shorter titles.
10 years ago
cTn a31282c6a3 fix vbatmincellvoltage and vbatmaxcellvoltage scale factors inside output cruncher 10 years ago
cTn 9ee7670af7 add backupFileMinVersionAccepted in data storage, release 10 years ago
cTn 9974fbd68f updating d3 10 years ago
cTn a7e7552893 updating three.js to the latest version, adding separate folder to contain the library and required extension to support canvas renderer 10 years ago
Dominic Clifton 36f447b4da Make MSP_API_VERSION check non-mandatory for now. 10 years ago
cTn be96da6098 reorder some of the cleanup routines, cleanup (experimental) 10 years ago
cTn f387ea96ac initialize connect_lock by default 10 years ago
cTn 0c2ec52bed fix accidently removed buildinfo fetch on connect 10 years ago
Dominic Clifton 2733f4832e Retrieve and display MSP API Version from new MSP_API_VERSION command.
Requires latest firmware.
10 years ago
cTn 8477573be5 doubling initialization timeout inside port handler 10 years ago
Dominic Clifton f3968aaa70 Normalize all the line endings 10 years ago
Dominic Clifton b789884f91 Saving files before refreshing line endings 10 years ago
Dominic Clifton b03ae309fb Update to match recenly renumbered MSP commands for cleanflight MSP commands. 10 years ago
Dominic Clifton 428a00e651 Update AUX config UI to use new MSP commands for mode ranges. 10 years ago
Dominic Clifton 9b1bc65384 Disabled backup/restore of old aux settings, backup of new mode ranges
still needs doing.
10 years ago
cTn 81a2872360 pulling main switch on compatibility (this should go live on November 1st 2014) 10 years ago
cTn b35590f052 exprimental restore procedure 10 years ago
cTn f30d886f79 use deep copy for all members 10 years ago
cTn a67bbac54b first set of bugfixes, store configurator version in the backup file 10 years ago
cTn 4f0ddfb5b2 highly experimental backup sequence (latest fw only), restore sequence disabled due to being outdated and incompatible 10 years ago
cTn fa2888f463 normalize backup save date 10 years ago
Dominic Clifton e892cbdbad Work in progress aux configuration ranges. 10 years ago
cTn 782cc916bd store request buffer content inside callback object 10 years ago
cTn 27942f315a updating d3 library to 3.4.12 10 years ago
cTn c34938b9d6 serial.send won't depend on callback anymore 10 years ago
cTn 437fbe2cd0 cleanup eventPage, small optimizations and stricter rules for msp send callbacks 10 years ago
cTn 3d64b87578 add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 10 years ago
cTn cd4c7a8160 add SERVO_CONFIG to backup file, restoring old version will throw compatibility error 10 years ago
cTn 2c9fafe4b1 release 10 years ago
cTn 8fb24b3fa4 add callback to flashing protocols (no status yet) 10 years ago
cTn 3312bf5df2 fix timers 10 years ago
cTn 5cd042ae9d remove active_tab_ref, name some of the anonymous functions, cleanup 10 years ago
cTn 01eac25bbc updating changelog and releaseDate property 10 years ago
cTn 62e055f654 log buildInfo on connect 10 years ago
cTn fe4240deb7 rssi_aux_channel support in receiver tab, hybrid box bugfixes 10 years ago
cTn 4719d1562d implement build info 10 years ago
cTn c24b8fb482 MSP_BUILDINFO placeholder code 10 years ago
cTn 16a68557c3 add multiwiicurrentoutput and rssi_aux_channel to data storage and msp read/write 10 years ago
cTn 177498bd20 catch some runtime errors in current context 10 years ago