1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 20:10:11 +03:00
Commit graph

206 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
25c8a6f61c crude port 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
e231aed13a overhaul 2016-11-20 18:24:20 +01:00
Pawel Spychalski (DzikuVx)
d503cb92c7 Filtering configuration 2016-11-19 20:17:23 +01:00
Pawel Spychalski (DzikuVx)
ea9efd4622 Yaw jump and prevention limit 2016-11-19 17:57:40 +01:00
Pawel Spychalski (DzikuVx)
4f3037e7cd MagHold Yaw rate limit UI 2016-11-19 14:18:49 +01:00
Pawel Spychalski (DzikuVx)
f88f0b7d81 accSoftLpfHz 2016-11-09 20:56:30 +01:00
Pawel Spychalski (DzikuVx)
ead5f02022 gyro_lpf and gyro sync setable in async_mode=NONE 2016-11-09 20:56:30 +01:00
Pawel Spychalski (DzikuVx)
540d90a45a MSP commands for ADVANCED_CONFIG 2016-10-16 12:03:02 +02:00
Pawel Spychalski (DzikuVx)
505a5e2bf4 iBus telemetry 2016-09-08 10:41:25 +02:00
Pawel Spychalski (DzikuVx)
c6e81d991f dropped PID values scaling and some cleanup 2016-08-29 14:45:19 +02: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
9f49d59f5f Added NRF24 setting to configuration tab 2016-07-24 17:22:36 +01:00
gaelj
0e5190edd3 LED strip update 2016-07-22 09:45:58 +02:00
gaelj
c40f0cf2e6 Use MSP_STATUS_EX to display CPU load in status bar, from INAV 1.2.0 2016-07-21 19:19:30 +02:00
Konstantin (DigitalEntity) Sharlaimov
daf3dba48e MAVLink compatibility cleanups 2016-07-14 22:14:51 +10:00
Paweł Spychalski
ad55318829 possibility to change controller in UI removed from code (#17) 2016-06-21 21:41:53 +10:00
skaman82
60ef5a8cf9 Battery Status 2016-05-24 21:21:04 +02:00
Pawel
e9d2563dad rates in dps for iNav > 1.1.0, see iNavFlight#204 2016-05-15 18:20:21 +02:00
Konstantin Sharlaimov (DigitalEntity)
e366967be8 MAVLink initial support 2016-05-06 22:05:13 +10:00
Konstantin Sharlaimov (DigitalEntity)
15dfc2ad41 Update GPS page 2016-05-05 10:06:52 +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
a924e06c1b Fix unable to enable LTM telemetry via ports tab. 2016-03-24 16:02:54 +01:00
Dominic Clifton
509adcb6ff Update servo angles to match
https://github.com/cleanflight/cleanflight/pull/1573
2016-01-22 22:15:54 +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
Dominic Clifton
4ccd0bed3e Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/data_storage.js
	main.css
	tabs/dataflash.css
	tabs/dataflash.html
2016-01-07 20:58:29 +01:00
NightHawk32
d70a3f6e69 correcting Typo ;) RC_DEADBAND 2015-12-27 18:36:37 -05:00
NightHawk32
952afb1e46 renaming RC_CONTROLS to RC_READBAND 2015-12-27 16:22:37 -05:00
NightHawk32
1aeb244a91 Merge remote-tracking branch 'upstream/NewPIDFunctions' into NewPIDFunctions 2015-12-27 16:18:06 -05:00
NightHawk32
a13db678a9 adapting RC_CONTROLS to Dominic's changes 2015-12-27 16:17:41 -05:00
NightHawk32
f1a29d29e6 added save message for RC_CONTROLS 2015-12-27 16:01:09 -05:00
skaman82
adfb93085c replacing RC_CONTROLS with RC_DEADBAND 2015-12-18 18:08:38 +01:00
Dominic Clifton
251712c85d Merge branch 'development' into thenickdude-private-development
Conflicts:
	js/msp.js
2015-12-18 01:56:57 +01:00
skaman82
f07cea070e error fix 2015-12-17 23:50:51 +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
2641770300 fixed indention 2015-12-17 11:41:02 +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
skaman82
70b35f22c9 msp corrections 2015-12-17 00:32:59 +01:00
skaman82
c58335bd5b msp.js change (thanks ProDrone) 2015-12-16 22:34:10 +01:00
skaman82
63dde67097 correction 2015-12-16 02:53:43 +01:00
NightHawk32
a72a00a2de Fixing backwards compatibility of prodrone's failsafe tab 2015-12-15 14:45:09 -05: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
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
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
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
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
NightHawk32
19e6f9026b PID controllers can now be reset to defaults 2015-12-12 18:42:49 -05:00
NightHawk32
1df0a14877 MSP communication for deadband and yaw_deadband 2015-12-09 18:56:42 -05:00
Nicholas Sherlock
4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 2015-12-04 15:49:51 +13:00
NightHawk32
d21b4a157f Typo in css classes, update global dataflash display on every dataflash summary respond. 2015-11-24 18:17:53 -05:00