Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. Fixes:
  2. * fixed calibration of the ADC and made (#8427, #8594);
  3. * added enforcement of upper limits for filter frequencies (#8512);
  4. * fixed bind button support for SPI RX (#8543);
  5. * fixed default setting for gyro 2 (#8544);
  6. * fixed potential problem with the detection of SD cards (#8557);
  7. * fixed multiple reset after the reset button was used (#8619).
  8.  
  9. * fixed formatting and help text of vtxtable in CLI (#8646, #8663);
  10. * made SD card report as 'not supported' on targets with no configured SD card slot (#8656);
  11. * fixed the UART pin definitions for STM32F411 (#8659);
  12. * fixed compilation errors if USE_ABSOLUTE_CONTROL if defined but USE_ITERM_RELAX is not (#8683);
  13. * fixed incorrect reporting of SD card capacity (#8703);
  14. * fixed lockups in FrSky SPI RX when using SmartPort telemetry (#8702);
  15. * fixed lockup when trying to use Dshot with missing DMA assignments (#8705);
  16. * fixed display of date / time when no valid time is set (#8731);
  17. * fixed compilation warning when USE_TASK_STATISTICS is not defined (#8765, #8782).
  18. * fixed a typo in CLI help (#8365);
  19. * fixed OSD display of negative GPS coordinates (#8374);
  20. * fixed bug in adjustment ranges when failsafe is active (#8386);
  21. * fixed resource display of UARTs in CLI (#8392);
  22. * fixed build error on targets without ESC sensor support (#8403);
  23. * added missing osd_esc_rpm_freq_pos parameter in CLI (#8404);
  24. * fixed bug affecting SmartAudio 2.1 (#8438);
  25. * fixed bug affecting the detection of FrSky SPI RX (#8441);
  26. * fixed invalid upper limit for filters (#8475);
  27. * fixed MAX7456 OSD support for Unified Targets (#8504);
  28. * fixed return of MAX7456 detection result over MSP (#8505);
  29. * fixed build for targets without support for Dshot, LED_STRIP, and transponder (#8506).
  30. *
  31.  
  32. Target Updates:
  33. * added new target TMOTORF4 (#8533);
  34. * fixed LED_STRIP on target BEEROTORF4 (#8540);
  35. * fixed bug in GPS over BST support on target COLIBRI_RACE (#8555).
  36.  
  37. * added new targets MERAKRCF405 and MERAKRCF722 (#8621);
  38. * added new target MAMBAF411 (#8644);
  39. * added target HAKRCF411 to Betaflight 4.0 (#8655);
  40. * added barometer support for target FURYF4OSD (#8771);
  41. * added new target TMOTORF7 (#8776).
  42. * removed unneeded configuration for barometer and compass from target SPRACINGF3NEO (#8332);
  43. * added support for MPU6000 gyroscope to target KAKUTEF7 (#8375);
  44. * added support for RacePIT mini to target FF_RACEPIT (#8387);
  45. * fixed bug in gyroscope configuration and added PINIOBOX defaults to target EXF722DUAL (#8449);
  46. * updated defaults and added PINIOBOX defaults to target CLRACINGF4 (#8463);
  47. * updated the hardware configuration for target CLRACINGF7 (#8479).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement