1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00
Commit graph

65 commits

Author SHA1 Message Date
fgiudice98
69603ee46b Defaults when switching rpm filtering
Added warning popup
2020-07-05 13:42:08 +12:00
Michael Keller
740730a87f
Merge pull request #2015 from McGiverGim/hide_gps_elements
Hide GPS elements if not selected AUTO
2020-06-22 00:36:15 +12:00
mikeller
899063b998 Fixed reporting of PID loop settings. 2020-06-07 12:21:09 +12:00
mikeller
84604a6e4f Combined gyro analytics into one event. 2020-05-30 01:47:00 +12:00
Asizon
cab4d89deb Revise some new API_VERSION constants 2020-05-09 18:22:46 +02:00
Miguel Angel Mulero Martinez
8aef16d2c3 Hide GPS elements if not selected AUTO 2020-05-08 13:14:42 +02:00
mikeller
59cb2d29a0 Removed unused compass declination setting. 2020-05-02 23:16:06 +12:00
mikeller
66fb9151f4 Added analytics data collection for the PID loop frequency. 2020-04-13 02:43:28 +12:00
mikeller
eb6e269467 Added warning when connecting to firmware newer than configurator. 2020-04-12 17:37:09 +12:00
mikeller
ebd36055da Added support for disabling the motor output protocol. 2020-04-01 02:00:08 +13:00
Michael Keller
07ae6ad1e7
Merge pull request #1934 from IllusionFpv/added-none-to-gps-sbas
Added none option to gps sbas
2020-03-24 08:43:49 +13:00
Nicola De Pasquale
ad91e65699 add i18n 2020-03-23 09:27:55 +01:00
Nicola De Pasquale
7ba9f41b87 added none to gps sbas 2020-03-22 11:11:33 +01:00
mikeller
097596e5e1 Added the REDPINE SPI RX protocol. Also added SPI RX to analytics. 2020-03-21 23:55:31 +13:00
Asizon
b7f9f2d8c0 Moved to Pid Tuning tab 2020-03-05 17:33:38 +01:00
Asizon
6aaababb1d Adding Dynamic Idle 2020-03-04 10:36:32 +01:00
Asizon
d58282e8a6 Changed to .toggle 2020-02-29 10:38:10 +01:00
Asizon
d283f17f2f add .change 2020-02-29 09:08:24 +01:00
Asizon
540173ce05 Fix hide accel features 2020-02-28 16:40:58 +01:00
Asizon
8171d44bf5 Hide Esc Sensor for non digital protocols
Move to CSS

white space

Css Fixing
2020-02-27 08:27:53 +01:00
Asizon
0c3785b9f5 Change to .toggle 2020-02-22 09:42:30 +01:00
Asizon
4455e6733d Hide Accel Features 2020-02-22 08:54:41 +01:00
mikeller
b889ed3de5 Fixed loop speed dropdowns for firmware versions with 32kHz gyro support. 2020-02-16 11:33:24 +13:00
Miguel Angel Mulero Martinez
7881bd3673 Remove 32k notice 2020-02-06 09:09:56 +01:00
Miguel Angel Mulero Martinez
9394d5901c Work with gyro native sampling 2020-02-04 16:42:39 +01:00
Alberto García Hierro
2defc901a9 [MSP] Use MSP2_COMMON[_SET]_SERIAL_CONFIG for configuring ports
Configurator side of https://github.com/betaflight/betaflight/pull/9332
2020-01-15 09:33:50 +00:00
Miguel Angel Mulero Martinez
77dfd8eaa8 Fix galileo and home point once as per review 2019-11-08 08:52:40 +01:00
Miguel Angel Mulero Martinez
ce044622a2 Add Galileo and Home Point once to GPS 2019-11-06 19:25:56 +01:00
Asizon
df2db988d5 HideMotorPoles
Suggested changes

Doblewhitespace
2019-10-28 06:28:57 +01:00
IvoFPV
9a74087762 Fix esc protocol tooltip for removed dshot1200 2019-09-24 20:33:10 +02:00
mikeller
005868bc07 Added analytics for new configurator elements. 2019-09-15 22:15:25 +12:00
Miguel Angel Mulero Martinez
d54b9d1045 Reorder and make more consistent the Motor/ESC Configuration box 2019-09-10 22:24:11 +12:00
Miguel Angel Mulero Martinez
25fe13be25 Add RPM filter configuration 2019-09-07 15:35:45 +02:00
mikeller
7e77e91597 Removed Dshot1200 protocol. 2019-09-03 23:00:20 +12:00
Hydra
7cc63f1192 Add support for custom gyro alignment.
Prior to this, if custom alignment is set in the firmware the
configurator will not show the 'Custom' setting and will reset the
'Custom' setting to 'Default' when saved.
2019-08-16 11:25:47 +02:00
mikeller
d6318a2e9e Simplified configuration of fast SBus. 2019-08-13 22:20:24 +12:00
Miguel.Alvarez
9f913d347e Added SRXL2 to serialRXtypes 2019-08-07 09:12:59 -05:00
Michael Keller
bcca136826
Add rx SerialType for DJI_HDL receiver (#1344)
Add rx SerialType for DJI_HDL receiver
2019-04-28 10:07:16 +12:00
jerryxin123
896916e8b8 modify the version to 1.42.0 2019-04-19 22:37:06 +08:00
Michael Keller
a6bd1fda6f
Merge pull request #1216 from smoriarty21/update_fpv_max_degree
Update max degree
2019-04-09 21:56:32 +12:00
mikeller
f14c66b5f7 Fixes from review. 2019-04-09 21:37:22 +12:00
Miguel Angel Mulero Martinez
14167c6c72 Show/Hide gyro elements by detection 2019-04-08 08:42:45 +02:00
jerryxin123
406932ce48 Add rx SerialType for DJI_HDL receiver 2019-04-04 19:37:19 +08:00
AJ Christensen
e322ef0795 MSP Multiple GYRO/ACC alignment support
* Make use of 1.41.0 MSP API changes introduced
  https://github.com/betaflight/betaflight/pull/7506
* Not really happy with the elements/css, but opening this up for feedback. I
  can't quite get the select inputs or the text/icons to go where I want :p
2019-04-02 20:03:15 +13:00
Michael Keller
0deb83a370
Merge pull request #1296 from mikeller/add_vcp_detection
Added auto-detection of VCP targets. Also added re-connecting after reboot for VCP targets.
2019-02-14 20:47:25 +13:00
mikeller
1530bed5b6 Added auto-detection of VCP targets. Also added re-connecting after reboot for VCP targets. 2019-02-13 21:29:25 +13:00
mikeller
3144767f47 Added note. 2019-02-13 02:26:10 +13:00
mikeller
cc31ceb896 Removed support for 32 kHz gyro mode. 2019-02-12 22:59:22 +13:00
Sean M
ab83c79315 Add display name to config, backup/restore and OSD 2019-02-01 01:36:51 +13:00
phobos
332359cc7b Added recent SPI RX protocols to dropdown menu 2019-01-09 18:06:35 +01:00