Commit Graph

1172 Commits (3bdba9d6158ced2fbc16aa6559149ea2dd5da5cc)

Author SHA1 Message Date
skaman82 d7482348e8 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-28 00:30:13 +01:00
Michael Corcoran 4b5a398e0a CLI: Fix undefined tab_switch_in_progress error 2015-12-24 00:26:51 +13:00
skaman82 24a82dac93 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-18 17:59:38 +01:00
Dominic Clifton 779af35d33 Fix error on servos page when servos not supported by the target. 2015-12-18 14:48:08 +01:00
Dominic Clifton e2d9089780 Merge branch 'development' into thenickdude-private-development 2015-12-18 13:53:37 +01:00
Dominic Clifton 78d7afc029 Fix switching to setup tab for non-VCP targets when clicking another tab
when in the CLI.
2015-12-18 13:53:21 +01:00
skaman82 a381b963a3 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-18 07:35:24 +01:00
tricopterY c46fc423a7 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 17:13:11 +11:00
tricopterY 3fcc7d5dae jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 14:35:09 +11:00
tricopterY a284163229 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 14:29:09 +11:00
tricopterY 3228625de1 jBox Tooltip implementation using i18n_title instead of jBox:Content - reduces DOM element counts 2015-12-18 13:43:05 +11:00
Dominic Clifton 8093bc1f32 Merge branch 'development' into thenickdude-private-development 2015-12-18 02:11:53 +01:00
Dominic Clifton 4539404a98 Merge branch 'failsafe_tab_style_to_css' of https://github.com/ProDrone/cleanflight-configurator into ProDrone-failsafe_tab_style_to_css 2015-12-18 02:05:53 +01:00
Dominic Clifton 251712c85d Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/msp.js
2015-12-18 01:56:57 +01:00
Dominic Clifton 6289328f18 Merge pull request #302 from qfather/development
Fix sponsor URL on welcome tab.
2015-12-18 01:55:36 +01:00
skaman82 ba18e4eee1 Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	js/backup_restore.js
#	js/msp.js
2015-12-17 23:46:09 +01:00
skaman82 3318ad1555 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-17 11:41:20 +01:00
ProDrone 1a0c6735a9 RXFAIL send method that allows more future RX channels
- Fixed the bug found by Nighthawk32
- Correction for camelCase
- Some bugfixes
2015-12-17 11:33:39 +01:00
Dominic Clifton 31fa4bfaa2 Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
2015-12-17 09:52:10 +01:00
qfather a420998799 Fix sponsor URL on welcome tab. 2015-12-16 23:47:38 +00:00
Albert Kravcov 129635bc8b Merge pull request #75 from NightHawk32/NewPIDFunctions
Fixed JS bug where variable for sensor alginment gets undefined and i…
2015-12-16 22:07:20 +01:00
NightHawk32 0fa241b462 Fixed JS bug where variable for sensor alginment gets undefined and improved backwards compatibility 2015-12-16 15:41:52 -05:00
skaman82 0b3f1a48fb Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-16 20:53:37 +01:00
ProDrone 849654a0ff Failsafe TAB - moved styling from HTML to CSS 2015-12-16 15:43:51 +01:00
Dominic Clifton f0144b3d99 Fix initialisation of allowTestMode. Without this if you connected to a
board that had 3D API support and then connected to another board
without the 3D API support the test mode would be incorrectly enabled.
2015-12-16 14:46:07 +01:00
skaman82 843e42e826 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-16 13:59:29 +01:00
Dominic Clifton 7618363449 Improve CLI mode entry/exit detection. Fixes #285.
Disconnects and reconnects for VCP boards.  After manually saving or
exiting on non VCP boards the setup tab will be shown.

See
https://github.com/cleanflight/cleanflight-configurator/issues/285#issuecomment-165096715
2015-12-16 13:55:35 +01:00
skaman82 61ef07a46f sync 2015-12-16 12:59:30 +01:00
Dominic Clifton 18fd5d01ec Disable use of switchery on motors tab for motor control checkbox.
Switchery sliders do not respect the 'disabled' property.
2015-12-16 12:12:02 +01:00
Dominic Clifton cccb0423b5 Merge branch 'development' into thenickdude-private-development 2015-12-16 11:04:43 +01:00
Dominic Clifton af2089e38c fix API version check when loading 3D settings on configuration tab. 2015-12-16 11:03:33 +01:00
skaman82 d214b30d2e Correcting Labels 2015-12-15 22:37:40 +01:00
tricopterY 84ef7f23d7 Minor typo fixes and cleanup 2015-12-16 07:16:25 +11:00
skaman82 6799fca20b Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	tabs/configuration.html
#	tabs/receiver.css
2015-12-15 19:07:16 +01:00
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
2015-12-15 12:35:52 +01:00
Dominic Clifton 587a1025d9 Add anonymous tracking of used features and serial rx provider so we can
better understand what features to focus on.
2015-12-15 11:56:10 +01:00
NightHawk32 c1a7452b27 Merge remote-tracking branch 'upstream/NewPIDFunctions' into NewPIDFunctions
Conflicts:
	js/backup_restore.js
	js/data_storage.js
	js/msp.js
2015-12-15 01:27:55 -05:00
skaman82 d4969d73a1 resolving conflicts 2015-12-15 01:59:58 +01:00
skaman82 2d6feb0e6a Merge branch 'cleanflight/development' into NewPIDFunctions
# Conflicts:
#	_locales/en/messages.json
#	js/backup_restore.js
#	js/data_storage.js
#	js/msp.js
#	tabs/configuration.html
2015-12-15 01:43:24 +01:00
Dominic Clifton be58e56b20 Merge branch 'skaman82-new_stuff' into development 2015-12-15 00:53:58 +01:00
Dominic Clifton e7ef71c244 Add Serial RX IBUS Support. 2015-12-15 00:53:01 +01:00
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
2015-12-15 00:51:42 +01:00
Dominic Clifton b38f7139eb Merge pull request #292 from MauroMombelli/patch-3
Fix servo range
2015-12-15 00:17:56 +01:00
NightHawk32 067999c5e8 added MSP support for sensor orientation, some fixes for 3D backup and restore 2015-12-14 18:06:25 -05:00
Dominic Clifton 4deec20727 Cleanup and highlight recovery process to cut down on support emails. 2015-12-14 23:59:40 +01:00
Dominic Clifton c6dc8146b0 Merge branch 'failsafe_tab_pull_request' of https://github.com/ProDrone/cleanflight-configurator into ProDrone-failsafe_tab_pull_request 2015-12-14 22:12:17 +01:00
Dominic Clifton a091d8c2ad Add support for LTM telemetry in Cleanflight v1.12.0 / MSP API 1.15 2015-12-14 21:28:22 +01:00
Mauro Mombelli a0522d0f22 Fix servo range
angleAtMin is always positive, so we have to manage its inverted-user friendly rappresentation
2015-12-14 14:23:54 +01:00
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.
2015-12-13 17:50:26 +01:00
NightHawk32 19e6f9026b PID controllers can now be reset to defaults 2015-12-12 18:42:49 -05:00
skaman82 c738e23a85 Removing new Filters Box from PID Tab 2015-12-12 23:46:51 +01:00
skaman82 136d2edd44 New tooltip in config tab 2015-12-10 12:54:03 +01:00
skaman82 ddecea7a37 adding tooltips to receiver tab 2015-12-10 12:34:04 +01:00
skaman82 4658538c11 placing text in the language file 2015-12-10 01:26:05 +01:00
NightHawk32 1df0a14877 MSP communication for deadband and yaw_deadband 2015-12-09 18:56:42 -05:00
skaman82 cf0887119b replacing deadband inputs 2015-12-09 23:39:15 +01:00
skaman82 1dd20cc723 Ports Tab cleanup 2015-12-08 16:00:20 +01:00
skaman82 c2faf1b0e9 styling cleanup 2015-12-08 15:57:04 +01:00
skaman82 0aa7a4a22d Merge branch 'new_stuff' into NewPIDFunctions
# Conflicts:
#	tabs/pid_tuning.html
#	tabs/receiver.css
2015-12-08 15:39:15 +01:00
skaman82 4de47c690c addin sensor alignment inputs in config tab 2015-12-08 15:33:17 +01:00
skaman82 02f1ddfb10 small margin change 2015-12-08 15:01:44 +01:00
skaman82 1e6d22b5f1 note styling correction 2015-12-08 14:53:53 +01:00
skaman82 844b57c7a6 small css change 2015-12-08 14:44:34 +01:00
skaman82 cbfbd85c2f adding note 2015-12-08 14:36:34 +01:00
skaman82 c656e3b812 reverting redesign of RATES and TPA boxes 2015-12-08 14:13:47 +01:00
skaman82 bd8f9082bb Reworking PID Tab 2015-12-08 13:52:18 +01:00
skaman82 3c7dae8cc3 preparing tooltip text 2015-12-08 12:36:00 +01:00
skaman82 bc2174e4b7 updating labels 2015-12-08 12:33:18 +01:00
skaman82 69fe82494d updating labels 2015-12-08 12:24:46 +01:00
skaman82 390439b9eb adding placeholders 2015-12-08 12:20:04 +01:00
skaman82 676e00f55c adding new fields 2015-12-08 11:42:34 +01:00
skaman82 2279edd5ba Including changes from NightHawk32 2015-12-07 02:51:06 +01:00
Nicholas Sherlock 4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
skaman82 db1627c29c Placing text in the language file 2015-12-02 23:45:31 +01:00
skaman82 0e0ebabc69 storing alternative code 2015-12-02 22:30:09 +01:00
Albert Kravcov 377340818c Merge pull request #56 from NightHawk32/gps
GPS map now only shows when a 3D fix is established
2015-12-02 22:26:31 +01:00
NightHawk32 6e222ca73e GPS map now only shows when a 3D fix is established 2015-12-02 16:14:20 -05:00
Albert Kravcov fdf84eb984 Merge pull request #55 from NightHawk32/gps
Fixes for the marker and center of the map
2015-12-02 21:55:00 +01:00
NightHawk32 6ae1cfd915 hide map, on init until GPS coords are valid 2015-12-02 15:44:17 -05:00
NightHawk32 e6e70c5b5f GPS map checks for online status of the device,
BUGFIX: place marker on GPS position and center map
2015-12-02 15:38:39 -05:00
skaman82 3eb596c499 GPS Tab: CSS adjustments for collapsed view 2015-12-02 02:12:50 +01:00
NightHawk32 e0baea68b7 Merge remote-tracking branch 'upstream/new_stuff' into gps 2015-12-01 17:25:12 -05:00
NightHawk32 f596abee0f Map now shows up on satfix and updates the position of the marker 2015-12-01 16:00:37 -05:00
NightHawk32 938d8b522c Added zoom function for GPS map 2015-11-30 17:41:24 -05:00
skaman82 16442c40a4 Merge branch 'cleanflight/development' into new_stuff 2015-11-28 22:12:31 +01:00
Dominic Clifton 85e4290d5a Removing an unneeded console.log call 2015-11-28 15:22:42 +00:00
Dominic Clifton 5907b4c019 Merge pull request #278 from wanderzell/development
Fix for issue #274 (checkboxes on firmware flasher)
2015-11-28 11:37:19 +00:00
Dominic Clifton c08a9bb874 Merge pull request #280 from alenl2/development
rssi_channel range is from 1-12 in firmware
2015-11-28 11:35:12 +00:00
Dominic Clifton b27b65a897 Update sponsors panel. 2015-11-28 11:32:41 +00:00
NightHawk32 a1f8223880 Added zoom controls inside map for GPS 2015-11-25 17:51:03 -05:00
NightHawk32 b5d0fd6290 GPS marker resized 2015-11-25 17:45:52 -05:00
skaman82 593cfb7b54 small CSS adjustments 2015-11-25 03:36:09 +01:00
skaman82 2d01afd941 Some further work on the map in GPS Tab 2015-11-25 02:53:05 +01:00
skaman82 4a744a122d Further GPS Tab styling 2015-11-24 23:07:34 +01:00
skaman82 210b47967b Removing profile selector from PID tab 2015-11-24 20:23:07 +01:00
Albert Kravcov 6ef6f7f57e Merge pull request #49 from NightHawk32/new_stuff
Renamed global profile selector to avoid collisions with #pid-tuning
2015-11-24 09:36:49 +01:00
NightHawk32 0aefcd5959 Renamed global profile selector to avoid collisions with #pid-tuning 2015-11-23 17:00:05 -05:00
Albert Kravcov a0fa40d3e8 Merge pull request #47 from NightHawk32/new_stuff
Profile selector should now work
2015-11-22 22:17:21 +01:00
NightHawk32 7531ce69fe Profile is now changable globally. 2015-11-22 16:00:01 -05:00
skaman82 f8f02c7de6 better styling for documentation tab 2015-11-21 17:25:49 +01:00
skaman82 e65d67884a correcting small css error 2015-11-19 23:22:36 +01:00
Alen ee2560104f rssi_channel range is from 1-12 in firmware 2015-11-18 19:52:10 +01:00
skaman82 0482e6aed8 improving render quality of 3d model in setup tab 2015-11-17 13:32:33 +01:00
skaman82 ed005f23bb further work on map functionality 2015-11-17 10:27:54 +01:00
skaman82 46d077e240 sync 2015-11-17 03:47:34 +01:00
skaman82 03252dd8c4 placing a sandboxed googlemap 2015-11-17 03:27:44 +01:00
Kristjan Vaga 126f05b9b7 Erase chip checkbox change event. 2015-11-17 01:07:33 +02:00
Kristjan Vaga 168b412089 Fix for firmware flasher checkboxes not restoring saved state issue #274. 2015-11-17 00:54:10 +02:00
skaman82 644c8da1cf Merge branch 'cleanflight/development' into new_stuff 2015-11-16 23:44:14 +01:00
skaman82 8067dd7acf correcting margin of new 3d section in config tab 2015-11-16 23:43:46 +01:00
Dominic Clifton ec57aa9d1a Fix 3D support.
Add missing backup and restore functionalty
Add missing configuration migration logic
Add missing visibility toggling of 3D section when API version <
`1.14.0`
Add missing logic for issuing the correct sequence of MSP commands
issues when API version < `1.14.0` when viewing the configuration tab.
2015-11-16 22:28:21 +00:00
skaman82 13aac48a79 Merge remote-tracking branch 'cleanflight/development' into new_stuff
# Conflicts:
#	_locales/en/messages.json
#	tabs/pid_tuning.html
2015-11-16 23:13:35 +01:00
Dominic Clifton e801cd260a Merge branch 'master' of https://github.com/NightHawk32/cleanflight-configurator into NightHawk32-master 2015-11-16 21:44:11 +00:00
Dominic Clifton 57baf8707c Update some i18n labels to use the correct casing (camelCase) and the
correct prefix "pidTuning".  The prefixes generally seems to match the
tab source files.
2015-11-16 21:38:59 +00:00
Albert Kravcov d9f65d50d3 PID Tab: moving english text into json file 2015-11-16 21:28:48 +00:00
skaman82 f298ba3ccb Additional changes to support screen height of 600px 2015-11-16 21:28:47 +00:00
skaman82 0b2c6a26d5 added: internet connection test in the gps tab 2015-11-16 11:31:57 +01:00
skaman82 19897cd574 started to work on new GUI functionality 2015-11-15 23:35:22 +01:00
Albert Kravcov ac79a1e65d fixed dataflash buttons 2015-11-15 16:51:04 +01:00
Albert Kravcov 34a45e0b9b Fixing tab area (when log is open) = now scrollable. Also fixed: receiverMSP Button 2015-11-15 16:33:37 +01:00
Dominic Clifton 095b1a4193 More whitespace/indentation fixes. 2015-11-14 11:34:06 +00:00
Dominic Clifton 15dc6c1bbf fixing indentation issues. 2015-11-14 11:29:29 +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 a34ab0172c led strip small mod 2015-11-13 18:44:57 +01:00
skaman82 1b829ec304 fix for small styling mistake in receiver tab 2015-11-13 15:38:52 +01:00
skaman82 e44884a95c reverting last commit for now 2015-11-13 14:49:36 +01:00
skaman82 4a80a51c90 more decimals for PID tuning 2015-11-13 14:27:32 +01:00
skaman82 75ffcb7956 fix: edges of 3D model area are overlapping in the setup tab 2015-11-13 12:49:17 +01:00
skaman82 f77a7985b5 scrolling down to the progress bar on click on the flash firmware button 2015-11-13 11:32:07 +01:00
skaman82 7cf9e7accd fixing wrong placed label 2015-11-13 00:22:13 +01:00
NightHawk32 904a55c930 Adding fixes for 3D to the newest version
Merge remote-tracking branch 'upstream/master'

Conflicts:
	tabs/configuration.html
2015-11-12 17:34:21 -05:00
NightHawk32 09100c8eba Adapted the check for running motors in the motor control for 3D. 2015-11-12 16:22:04 -05:00
NightHawk32 d183f19369 In case you deactivate the motor-control it checks now if 3D is activated and resets the throttle to the proper neutral value. 2015-11-12 16:00:07 -05:00
skaman82 5aab22c094 fixing typos 2015-11-12 15:13:46 +01:00
skaman82 abf9e44d24 cleanup 2015-11-12 14:37:54 +01:00
skaman82 7c376a6244 moved LEVEL PIDs outside of the main PID group 2015-11-12 14:36:59 +01:00
skaman82 67a1ef6d32 removing missed <br> 2015-11-12 13:57:29 +01:00
skaman82 0cdacf9902 changed labeling in the PID Tab to make LEVEL PIDs easies to understand 2015-11-12 13:55:22 +01:00
skaman82 8580d55acd optimizing some dimensions in the landing tab 2015-11-12 10:36:04 +01:00
skaman82 4494b943ee prevents scrolling in the landing tab at minimum windows size 2015-11-12 10:02:41 +01:00
skaman82 3185721c64 updating sponsors 2015-11-11 23:56:06 +01:00
skaman82 0fce27c817 Merge remote-tracking branch 'cleanflight/development' into GUI-rework
# Conflicts:
#	tabs/landing.css
#	tabs/landing.html
2015-11-11 22:27:36 +01:00
Dominic Clifton 9037d44f2c Update sponsors list and rendering. 2015-11-11 21:15:56 +00: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
NightHawk32 31cd2de3d3 Added 3D configuration parameters so they don't have to be changed in the CLI 2015-11-11 16:05:24 -05: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
Dominic Clifton a0acd86873 Use larger toggles on ports tab. 2015-11-11 20:45:25 +00:00
Albert Kravcov c950b0b0c3 Merge pull request #36 from wanderzell/GUI-rework-skaman82
Changelog panel rework
2015-11-11 13:57:31 +01:00
Kristjan Vaga 30af22acca Merge landing view changes on changelog panel. 2015-11-11 14:37:36 +02:00