1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00
Commit graph

14067 commits

Author SHA1 Message Date
Michael Keller
fa3fd566e4
Merge pull request #7884 from etracer65/gps_rescue_throttle_pid_fix
Fix GPS Rescue throttle PID calculation
2019-03-29 19:42:13 +13:00
Michael Keller
6fe631c732
Merge pull request #7882 from mluessi/ml_fix_f446_ifef
Fix ifdef for F446
2019-03-29 19:40:44 +13:00
mikeller
9e50bae9ef Fixed PWM beeper. 2019-03-29 01:44:23 +13:00
Thorsten Laux
2bb8ed76fd apply abs control also on yaw 2019-03-28 12:05:19 +01:00
Thorsten Laux
fb6558a142 add abs control debug modes 2019-03-28 11:58:18 +01:00
Michael Keller
9b08bdcd54
Merge pull request #7880 from elin-neo/elinf405_update_190327
Update ELINF405 config
2019-03-28 23:17:57 +13:00
mikeller
d16f35d9cb Fixed defaults for lowpass filters. 2019-03-28 22:58:22 +13:00
elin-neo
bb8d3f4346 Update ELINF722 config 2019-03-28 14:05:48 +09:00
mikeller
ec9dcde93d Fixed CLI 'timer' output. 2019-03-28 14:07:52 +13:00
Bruce Luckcuck
206b22df22 Fix GPS Rescue throttle PID calculation
Fixes an extraneous "*" in the throttle PID calculation that caused the integral portion to be multiplied by the derivative calc instead of adding it.
2019-03-27 17:30:39 -04:00
Michael Keller
8e10e73580
Merge pull request #7877 from etracer65/fix_osd_stats_alignment
Fix OSD stats alignment and formatting
2019-03-28 09:16:35 +13:00
Martin Luessi
7b2e1b9d4d Fix ifdef for F446 2019-03-27 07:55:53 -07:00
jerryxin123
deec82cd8e Optimize code format 2019-03-27 19:54:35 +08:00
Mikolaj Stawiski
013a1d1b28 Fixed more warnings that only happened for F7 targets. 2019-03-27 20:47:34 +11:00
elin-neo
a3ca659dc9 Update ELINF405 config 2019-03-27 14:36:30 +09:00
jerryxin123
b548214648 Added rx configuration for DJI_HDL receiver 2019-03-27 12:59:31 +08:00
Michael Keller
173e958daf
Merge pull request #7872 from x4FF3/OMF4NV7
Please add OMNIBUSF4NANOV7
2019-03-27 07:53:38 +13:00
Bruce Luckcuck
138f403204 Fix OSD stats alignment and formatting
Fixes the alignment and formatting of the following stats:
* Max altitude
* Max speed
* Max ESC temperature
2019-03-26 13:37:21 -04:00
Michael Keller
d00a8e7a4c
Merge pull request #7865 from joelucid/dshot_collisions_master
Avoid dshot collisions
2019-03-27 06:16:19 +13:00
david
c916ab96ac add OMNIBUSF4NANOV7 2019-03-26 17:54:48 +01:00
Michael Keller
0dccf7131e
Merge pull request #7870 from mankeli/patch-2
Updated docs to have correct command for binding
2019-03-27 05:31:51 +13:00
Michael Keller
ea454243bb
Merge pull request #7871 from betaflight/revert-7603-smartaudio-lite-softserial
Revert "SmartAudio Lite compatibility: Send 0x00 bit(s) (always) even with Soft Serial."
2019-03-27 05:23:42 +13:00
Thorsten Laux
5a759c56ef avoid dshot telemetry collisions
actually use calculated deadtime

fix whitespace and return value

fix ws

Address review feedback

fix ws
2019-03-26 21:51:25 +13:00
Michael Keller
8984a7195f
Merge pull request #7866 from joelucid/fix_abs_control
fix abs control #7863
2019-03-26 21:48:58 +13:00
Markus Pyykkö
5754263e9d
Update FrSky SPI RX.md
Updated to observe binding status with status command instead
2019-03-26 08:52:16 +02:00
Michael Keller
4fe58764c2
Merge pull request #7851 from McGiverGim/blackbox_ifdef
Wrap with ifdef some blackbox headers
2019-03-26 09:22:37 +13:00
Miguel Angel Mulero Martinez
f0597992fc Wrap with ifdef some blackbox headers 2019-03-25 20:31:58 +01:00
Michael Keller
54f59280bb
Merge pull request #7864 from hydra/bf-fix-dual-gyro-defines
Fix remaining cases of `USE_DUAL_GYRO`.
2019-03-26 06:13:42 +13:00
AJ Christensen
1dc0842557
Revert "SmartAudio Lite compatibility: Send 0x00 bit(s) (always) even with Soft Serial." 2019-03-25 23:48:00 +13:00
Markus Pyykkö
cb8c31b025
Updated docs to have correct command for binding 2019-03-25 10:47:27 +02:00
Michael Keller
6f93d526b7
Merge pull request #7857 from iFlightFpv/add_config_IFF4_TWIN_G
Add unified target config for IFlightF4_Twin_G board.
2019-03-25 12:44:42 +13:00
Thorsten Laux
bd708d6741 fix abs control #7863 2019-03-24 18:49:09 +01:00
Dominic Clifton
361e1fa6bb Fix remaining cases of USE_DUAL_GYRO.
* The `USE_DUAL_GYRO` define was replaced with `USE_MULTI_GYRO` a while
ago.
2019-03-24 16:07:18 +01:00
Michael Keller
ae5c924c96
Merge pull request #7853 from mikeller/fix_sumd_v3
Fixed bug in SUMD V3 channel number handling.
2019-03-24 10:44:39 +13:00
Michael Keller
fe7de1b3e6
Merge pull request #7850 from McGiverGim/blackbox_dterm2_type
Add dterm lpf 2 type to the Blackbox header
2019-03-24 09:44:17 +13:00
IflightRc
f766f54b35 Add unified target config for IFlightF4_Twin_G 2019-03-23 16:13:25 +08:00
mikeller
32bcf606b5 Fixed bug in SUMD V3 channel number handling. 2019-03-22 14:18:48 +13:00
Michael Keller
1bdbd1cd72
Merge pull request #7847 from ctzsnooze/Update_Abs_Control_Debug
log acCorrection, not acError
2019-03-22 13:39:16 +13:00
Michael Keller
c04dcd0ff7
Merge pull request #7804 from mikeller/add_missing_timer_command
Added missing 'timer <pin>' command.
2019-03-22 13:38:57 +13:00
mikeller
d5e7f90629 Added range checking. 2019-03-22 07:52:07 +13:00
Miguel Angel Mulero Martinez
af1f53be53 Add dterm lpf 2 type to the Blackbox header 2019-03-21 19:17:15 +01:00
mikeller
cf18d21ae6 Added command feedback. 2019-03-22 06:40:44 +13:00
mikeller
3974df6798 Added missing 'timer <pin>' command. 2019-03-22 06:40:44 +13:00
Michael Keller
8239950c7d
Merge pull request #7846 from hydra/bf-fix-tests-cygwin
Allow test compilation on Cygwin again.
2019-03-22 06:38:05 +13:00
Michael Keller
dfe5dc56e0
Merge pull request #7824 from etracer65/dshot_command_queue_fix
DSHOT command non-blocking motor selection fix
2019-03-21 14:23:39 +13:00
Michael Keller
ca764c5a4e
Merge pull request #7837 from hydra/bf-fix-dual-gyro-sensor-autodetection-crash
Fix crash when first or second gyro is not detected.
2019-03-21 13:46:22 +13:00
ctzsnooze
7101fe220a log acCorrection, not acError
Improves usefulness of Absolute Control logging in iterm_relax mode.
2019-03-21 10:24:47 +11:00
Dominic Clifton
9177cda6bb TESTS - Allow compilation on Cygwin again.
* -pthread not supported.
* --coverage not supported.
* -lblocksruntime not required.
2019-03-20 18:36:01 +01:00
Michael Keller
4abf29e139
Merge pull request #7842 from mikeller/feature_cuts_yay
Removed more features from RMDO, SPRACINGF3 to make it fit flash.
2019-03-21 05:27:05 +13:00
Mikolaj Stawiski
93d2566287 Fixed warnings. 2019-03-20 19:47:18 +11:00