1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00
Commit graph

115 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
cf4f12badf brushed default rate updated 2016-10-16 21:21:08 +02:00
Pawel Spychalski (DzikuVx)
ec98fc5d80 UI for selecting motor protocol and rate 2016-10-16 21:13:05 +02:00
Pawel Spychalski (DzikuVx)
540d90a45a MSP commands for ADVANCED_CONFIG 2016-10-16 12:03:02 +02:00
Pawel Spychalski (DzikuVx)
7d6a8be4f4 support for PCA9685 2016-10-16 10:20:41 +02:00
Pawel Spychalski (DzikuVx)
7cc54325ac looptime tracking 2016-08-30 13:44:02 +02:00
Pawel Spychalski (DzikuVx)
feda2250fa configuration tracking 2016-08-29 20:04:27 +02:00
Pawel Spychalski (DzikuVx)
becea11862 tracking for GPS 2016-08-29 16:03:43 +02:00
Konstantin Sharlaimov (DigitalEntity)
43118c9fa1 Fix SerialRX provider issue. Closes #36 2016-08-22 20:20:00 +10:00
Martin Budden
d830b3d05b Fixed to be up to date with latest changes in iNav 2016-08-09 20:17:26 +01:00
Martin Budden
42cd6f00a9 Fixed NRF24 and SOFTSPI feature bits to match iNav 2016-07-25 08:17:46 +01:00
Martin Budden
a7b36338e1 Set nrf24rx_id to zero when nrf24 protocol changes 2016-07-24 19:03:19 +01:00
Martin Budden
9f49d59f5f Added NRF24 setting to configuration tab 2016-07-24 17:22:36 +01:00
Konstantin Sharlaimov (DigitalEntity)
61ebb7a455 Switched auto and disabled options for SBAS 2016-05-10 08:36:00 +10:00
Konstantin Sharlaimov (DigitalEntity)
e6a86a9fec Calibration tab (empty); Add possibility to disable GPS ground assistance 2016-05-10 01:06:53 +10:00
Konstantin Sharlaimov (DigitalEntity)
4e2f65eca6 Various fixes. Flow sensor icon 2016-05-05 21:12:09 +10:00
Konstantin Sharlaimov (DigitalEntity)
85457b98be Remove ACC_TRIM read command. Improve GPS fix handling 2016-05-05 20:05:39 +10:00
Konstantin Sharlaimov (DigitalEntity)
4e8d94304e Remove accel trims. Rearrange layout
Signed-off-by: Konstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>
2016-04-25 22:54:48 +10:00
Konstantin Sharlaimov (DigitalEntity)
65ba4e586f More resolution for board alignment
Signed-off-by: Konstantin Sharlaimov (DigitalEntity) <konstantin.sharlaimov@gmail.com>
2016-04-25 22:54:48 +10:00
Dominic Clifton
81a49d48b2 changes to support MSP API 1.17 (removal of 3d deadband configuration
via MSP_3D/MSP_SET_3D)

At somepoint we can add the support for the updated
MSP_DEADBAND/MSP_SET_DEADBAND commands.
2016-04-01 12:32:19 +02:00
Dominic Clifton
ebd77db93f Merge pull request #323 from dan557/development
Add Current and Voltage readout on configuration tab
2016-02-05 03:21:38 +01:00
Dominic Clifton
2044fe879c Fix for https://github.com/cleanflight/cleanflight/issues/1551 2016-01-22 22:15:55 +01:00
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.
2016-01-22 22:15:53 +01:00
dan557
94535289ca update gui.interval with new renamed function 2016-01-21 17:26:45 +00:00
dan557
cf2574a62c rename function to a more suitable name 2016-01-21 10:54:51 +00:00
dan557
2d4964f9a2 Update Current and voltage readouts every 250ms 2016-01-20 17:51:41 +00:00
Dominic Clifton
0d3fbbddac Fix for https://github.com/cleanflight/cleanflight/issues/1551 2016-01-12 11:24:53 +01:00
Dominic Clifton
7b5d074747 Adding support for enabling/disabling transponder feature. 2016-01-07 21:02:58 +01:00
Dominic Clifton
14135cb64e Cleanup board/sensor alignment UI. 2016-01-07 00:31:34 +01:00
skaman82
3318ad1555 Merge branch 'cleanflight/development' into NewPIDFunctions 2015-12-17 11:41:20 +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
NightHawk32
0fa241b462 Fixed JS bug where variable for sensor alginment gets undefined and improved backwards compatibility 2015-12-16 15:41:52 -05: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
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
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
Dominic Clifton
e7ef71c244 Add Serial RX IBUS Support. 2015-12-15 00:53:01 +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
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
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
Dominic Clifton
e801cd260a Merge branch 'master' of https://github.com/NightHawk32/cleanflight-configurator into NightHawk32-master 2015-11-16 21:44:11 +00: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
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
skaman82
e429cf623d placing tooltip content into the json file 2015-11-11 11:54:56 +01:00
Dominic Clifton
52fd9642bd Fixed failed merge of VCP reboot handling. 2015-11-10 01:28:05 +00:00
Dominic Clifton
8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
2015-11-09 23:01:42 +00:00
skaman82
1816979cc4 More Work done:
• Tooltip integration
• Sensor Tab: rework
• Help & Documentation Tab: basic styling
• Logging Tab: basic styling
• PID Tab: some fixes
• Added the word „configurator (+ version)“ under the logo
• Removed not yet used „help icons“
2015-11-05 16:37:15 +01:00
skaman82
8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 2015-11-04 22:22:23 +01:00