Releases: betaflight/betaflight-nightlies
v20250102.1009
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
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
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
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
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
v20241225.1003
v20241223.1002
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
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
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)