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

160 commits

Author SHA1 Message Date
Alberto García Hierro
4bb9c6415d Fix analytics for the RX type and protocol
Left the event name as 'nrf24Protocol', since renaming the event
would make it difficult to compare data in the analytics.
2017-10-07 10:56:28 +01:00
Alberto García Hierro
42f332e627 Rename all references to NRF24 as protocol to SPI
For consistency. We now have other receivers that work over SPI
and might have more in the future.
2017-10-07 10:41:00 +01:00
Alberto García Hierro
587d1c5cb4 Add support for the RX changes in MSP
Implement a combobox selector for the receiver type, showing
just the options for the specific type (e.g. selecting serial
receiver reveals the combobox for the serial protocol).

On INAV > 1.7.3 read and write receiver type to RX_CONFIG rather
than to feature bits. Note that this will break the configurator
in builds with version = 1.7.4 before https://github.com/iNavFlight/inav/pull/1596/files
is applied.
2017-10-05 21:37:59 +01:00
Pawel Spychalski (DzikuVx)
a919702c6a fixes #193 2017-07-12 18:57:38 +02:00
Pawel Spychalski (DzikuVx)
8d3980bfa2 Rangefinder setting is back 2017-06-30 14:24:14 +02:00
Pawel Spychalski (DzikuVx)
93a4dd1b84 MSP_IDENT removed from usage 2017-01-19 19:52:57 +01:00
Pawel Spychalski (DzikuVx)
c98e922602 callback update improvements 2017-01-18 22:20:15 +01:00
Pawel Spychalski (DzikuVx)
3f196a9505 MSP_STATUS removed from manual pulls 2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1693cea2a MSP_ANALOG loaded only in global handler 2017-01-18 19:18:31 +01:00
Pawel Spychalski (DzikuVx)
d1483e5e26 tab tasks unified 2017-01-18 16:50:35 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017 timing methods extracted to separate classes 2017-01-18 15:54:45 +01:00
U-PAWEL-X220\pawel
08559abdd7 missing save 2017-01-10 19:37:10 +01:00
U-PAWEL-X220\pawel
e8705b0365 configuration using save chainer 2017-01-09 19:58:43 +01:00
U-PAWEL-X220\pawel
8d8308c29b MSP chainer load used on configuration page 2017-01-06 20:49:56 +01:00
U-PAWEL-X220\pawel
35baf4302b first cut of presets 2017-01-04 22:50:18 +01:00
Konstantin Sharlaimov
9db2fec934 Merge pull request #85 from iNavFlight/config-tab-improvements
Config tab improvements
2016-12-26 18:36:15 +10:00
Pawel Spychalski (DzikuVx)
a22efc480e updated tracking events 2016-12-25 23:12:05 +01:00
Pawel Spychalski (DzikuVx)
b9506548ee radio features 2016-12-25 16:52:33 +01:00
Pawel Spychalski (DzikuVx)
a722f89973 improved hinting 2016-12-25 15:29:59 +01:00
Pawel Spychalski (DzikuVx)
c6b2e40cbb features non-radio rework 2016-12-24 13:32:44 +01:00
Pawel Spychalski (DzikuVx)
1b4c729e46 cleaning 2016-12-23 23:57:05 +01:00
Pawel Spychalski (DzikuVx)
9de6e9d2f1 fixed reboot sequence 2016-12-23 16:08:42 +01:00
Pawel Spychalski (DzikuVx)
6581da1654 voltage and current 2016-12-23 12:11:14 +01:00
Pawel Spychalski (DzikuVx)
4bd6f46710 RSSI rework 2016-12-23 11:12:46 +01:00
Pawel Spychalski (DzikuVx)
684d8c90d2 Updated sensor detection for AUTOdetection mode 2016-12-18 12:31:43 +01:00
Pawel Spychalski (DzikuVx)
b051cb5f0c GUI for SENSOR_CONFIG 2016-12-17 22:40:30 +01:00
Pawel Spychalski (DzikuVx)
55293812d2 MSP layer for MSP_SENSOR_CONFIG 2016-12-17 20:32:16 +01:00
Pawel Spychalski (DzikuVx)
1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 2016-12-15 00:18:35 +01:00
Pawel Spychalski (DzikuVx)
6766be0f93 Merge remote-tracking branch 'origin/master' into async-support 2016-12-14 23:21:16 +01:00
Pawel Spychalski (DzikuVx)
771be944d9 final touches for async support 2016-12-14 22:06:40 +01:00
Konstantin Sharlaimov (DigitalEntity)
2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 2016-12-12 14:07:17 +10:00
Pawel Spychalski (DzikuVx)
026edebe88 other frequencies 2016-11-30 21:41:10 +01:00
Pawel Spychalski (DzikuVx)
dace7d27d8 GUI for async gyro mode 2016-11-30 20:08:11 +01:00
Pawel Spychalski (DzikuVx)
b68f9a15c4 various code improvements 2016-11-29 23:10:09 +01:00
Pawel Spychalski (DzikuVx)
18a00dedf8 MSP refactoring 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
39eadf3efe final fixes 2016-11-10 19:26:20 +01:00
Pawel Spychalski (DzikuVx)
58da169cdf Simplified UI for looptime selection in async_mode=NONE 2016-11-09 22:16:03 +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)
f19f668a6e Log entry for disabled PWM output 2016-11-07 19:35:52 +01:00
Paweł Spychalski
6e429d918c Merge pull request #56 from iNavFlight/pwm-output-enable
Feature PWM_OUTPUT_ENABLE
2016-11-07 10:25:13 +01:00
Pawel Spychalski (DzikuVx)
4ea549ddf8 version bump 2016-11-07 09:44:00 +01:00
Pawel Spychalski (DzikuVx)
d67bb1a0d0 servo refresh rate 2016-10-21 23:04:40 +02:00
Pawel Spychalski (DzikuVx)
e908018dea virtual entry added to motor rate select when rate not found on list 2016-10-20 19:32:27 +02:00
Pawel Spychalski (DzikuVx)
b69ec9a385 first draft of feature PWM_OUTPUT_ENABLE 2016-10-18 19:23:19 +02:00
Pawel Spychalski (DzikuVx)
8761ec844e defaults changed 2016-10-18 09:31:27 +02:00
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