Commit Graph

195 Commits (4ae45333a826c36de6675a81e7b929b5a922ca7d)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) daf06fa466 improved PID controller 8 years ago
Pawel Spychalski (DzikuVx) 38a1d5a40c refactoring 8 years ago
Pawel Spychalski (DzikuVx) d695b7cec3 serial port load balancing on motors tab 8 years ago
Pawel Spychalski (DzikuVx) e76612a4cc hardware roundtrip 8 years ago
Pawel Spychalski (DzikuVx) 019fb3e851 round trip computation 8 years ago
Pawel Spychalski (DzikuVx) 083eee3115 msp queue load 8 years ago
Pawel Spychalski (DzikuVx) 72d85ad354 first draft of serial queue 8 years ago
Pawel Spychalski (DzikuVx) 8fdfbca840 backup / restore removed as not working 8 years ago
Pawel Spychalski (DzikuVx) 5ce9e86dd2 fix for missing file 8 years ago
Pawel Spychalski (DzikuVx) d236758f3b dedicated update helper and update speed depending on connection speed 8 years ago
Pawel Spychalski (DzikuVx) 2c334f6c23 Frequency analyzer for MSP frames 8 years ago
Pawel Spychalski (DzikuVx) d1483e5e26 tab tasks unified 8 years ago
Pawel Spychalski (DzikuVx) d1fcb81017 timing methods extracted to separate classes 8 years ago
U-PAWEL-X220\pawel d9415eadd1 msp chainer on receiver tab 8 years ago
U-PAWEL-X220\pawel 3701c99f67 MSP chainer for presets page read 8 years ago
U-PAWEL-X220\pawel 2c4d5cb0bb Merge branch 'master' into profiles 8 years ago
Pawel Spychalski (DzikuVx) 5bccc1798a request_balancer removed as not used and not finished 8 years ago
U-PAWEL-X220\pawel 1cc4c62172 Mechanism to restore defaults before applying new preset 8 years ago
U-PAWEL-X220\pawel a81cc99d11 Merge remote-tracking branch 'origin/master' into profiles 8 years ago
Pawel Spychalski (DzikuVx) a3a35ebb64 Transponder tab disabled, as not supported by firmware 8 years ago
U-PAWEL-X220\pawel 35baf4302b first cut of presets 8 years ago
U-PAWEL-X220\pawel 2ed44f34b1 CSS fixups 8 years ago
Pawel Spychalski (DzikuVx) 1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 8 years ago
skaman82 544be1746e Adding airspeed icon to the sensors 8 years ago
Pawel Spychalski (DzikuVx) b062ea24d2 missing frames 8 years ago
Pawel Spychalski (DzikuVx) 9a5e3dbeae msp cleanup 8 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
Pawel Spychalski (DzikuVx) 25c8a6f61c crude port 8 years ago
gaelj c40f0cf2e6 Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0 8 years ago
Pawel Spychalski (DzikuVx) 3c098d4ba7 calibration tab removed 8 years ago
skaman82 60ef5a8cf9 Battery Status 8 years ago
Konstantin Sharlaimov (DigitalEntity) e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 9 years ago
Konstantin Sharlaimov (DigitalEntity) 4e2f65eca6 Various fixes. Flow sensor icon 9 years ago
Dominic Clifton 1a58bfcf82 Add Race Transponder configuration support.
Also cleans up i18n support for 'features' and adds tooltip support for
them on the configuration tab.
9 years ago
Dominic Clifton 5c2273bd65 Reset all FC configuration state on connect to prevent side effects when
configuring multiple FC's without restarting the configurator each time.
9 years ago
Dominic Clifton 8e72333a83 Fix doctype causing rendering issues. 9 years ago
Dominic Clifton 55a2677a2b Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	js/gui.js
	js/msp.js
	main.html
	tabs/dataflash.css
	tabs/dataflash.js
9 years ago
Dominic Clifton bd98aca67f Merge branch 'new_stuff' of
https://github.com/skaman82/cleanflight-configurator into
skaman82-new_stuff

Fix up messages.json formatting.

Conflicts:
	_locales/en/messages.json
9 years ago
Dominic Clifton 79889b99bd Fix a stray unescaped `&` in main.html 9 years ago
skaman82 c498e7de34 Added support for failsafe TAB
Made in cooperation with skaman82.

Summary of modifications:
- Extended data storage to hold data for new/changed MSP messages.
- Added support for added/changed MSP messages.
- Added assigned mode(s) to AUX labels.
- Tooltip changes.
- Included style modifications to configuration tab from Skaman82.
- Moved all texts from failsafe tab .html to `messages.json`.
- Removed failsafe settings from configuration tab (now obsolete).
- Added failsafe-tab variables to Backup & Restore.
- Reorganized stage 2 elements, cleanup and corrections.
9 years ago
Nicholas Sherlock 4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 9 years ago
NightHawk32 6157c875f9 Renamed global dataflash components, fixed detection for global dataflash display. 9 years ago
NightHawk32 0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 9 years ago
skaman82 6b97eb2809 Further work on dataflash and profile switch in the header 9 years ago
skaman82 19897cd574 started to work on new GUI functionality 9 years ago
Dominic Clifton ea2d59f4fb Remove unfinished light/dark theme switching code. 9 years ago
Dominic Clifton f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
9 years ago
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.
9 years ago
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.
9 years ago
Dominic Clifton f1e9535bb3 rename directory `styles` to `css`. Remove unused files. 9 years ago