Skip to content

Releases: betaflight/betaflight-nightlies

v20250102.1009

02 Jan 19:07
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

b1604e8459eeb17a8424dd44efeb86e69e60c55a (link)

Changes:

AT32F435 SD card support (#14018)

Support either USE_FLASH or USE_SDCARD on AT32F435

v20241231.1008

31 Dec 19:26
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

ee9e349febddd61bc4d7b91eedd4d392edc6dbe1 (link)

Changes:

Update actions to ubuntu-latest (#14114)

Merging to ensure completed before change over to runners.

v20241231.1007

31 Dec 19:08
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

38928085f26d7e0d1d5825100b69b2fe68bff004 (link)

Changes:

Adds missing ACCGYRO defines and remove legacy drivers (#14087)

v20241230.1006

30 Dec 21:38
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

ef81595f1d5b842114068d78c5e058e359cfb761 (link)

Changes:

Separate autopilot multirotor from autopilot wing - dummy files for wing (#14108)

  • separate autopilot multirotor from autopilot wing - dummy files for wing

  • fix for lisence header for new files

  • filling empty PG structures with uint8_t dummy

v20241228.1005

28 Dec 20:43
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

2a50634f67fd841f2909f0414dc6c277e8806b5c (link)

Changes:

update serTcpOpen declaration to fix compile errors (#14113)

update serTcpopen declaration to fix compile errors

v20241228.1004

28 Dec 05:57
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

31bd403446961b89d98e0e5577f2c46e9f83e0a1 (link)

Changes:

Adding support for UART0 (#14094)

v20241225.1003

25 Dec 05:41
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

59e308ae56bb33b10f7f1be289602e3ec5cc0f56 (link)

Changes:

Position hold depends on GPS (#14101)

v20241223.1002

23 Dec 23:23
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

b826ce3df9489ab8940846408b9b25b678788d51 (link)

Changes:

Ditching default target for make in favour of make all (#14099)

v20241223.1001

23 Dec 20:30
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

d22d8405c2c04365acb30e8ee226bd7bb71b591f (link)

Changes:

LED Dimmer (#13776)

  • LED Dimmer

Build with EXTRA_FLAGS=-DUSE_LED_STRIP

Tested on SpeedyBeeF7V3

Added adjrange to update the ledstrip_brightness variable. This allows for easy changing of LEDs without having to connect to the configurator.

  • Added Unit Tests, Space to Tab

Added unit tests into rx_controls_unittest.cc. The LED brightness is returned as 50 for testing purposes.

Changed tabs in ledstrip.c & .h and rc_adjustments.c to 4 spaces for coding standards.

  • Update src/main/fc/rc_adjustments.h

Missed a tab in rc_adjustments.h

Co-authored-by: nerdCopter 56646290+nerdCopter@users.noreply.github.com

  • Update src/main/fc/rc_adjustments.c

Removal of empty line

Co-authored-by: nerdCopter 56646290+nerdCopter@users.noreply.github.com

  • Update rc_adjustments.c

Co-authored-by: Petr Ledvina ledvinap@gmail.com

  • Update src/main/io/ledstrip.c

  • Update src/main/io/ledstrip.h

  • Update src/test/unit/rc_controls_unittest.cc


Co-authored-by: nerdCopter 56646290+nerdCopter@users.noreply.github.com
Co-authored-by: Jay Blackman blckmn@users.noreply.github.com
Co-authored-by: Petr Ledvina ledvinap@gmail.com
Co-authored-by: Mark Haslinghuis mark@numloq.nl

v20241222.1000

22 Dec 20:31
Compare
Choose a tag to compare

This is an automated development build. It may be unstable and result in craft loss or damage. Use only for testing.

Repository:

betaflight/betaflight (link)

Branch:

master (link)

Latest changeset:

00bcbdd89706204e59776ab8ed26fced0a19cc18 (link)

Changes:

Fix typo in Makefile for populating configuration targets (#14100)