4.5.0-20230601-1209
IMPORTANT
SPRacingH7RF/EF/CL/NP - DO NOT ERASE THE ENTIRE FLASH CHIP WHEN FLASHING! See manuals!
Flashing via Configurator
Use the latest nightly build of the BF configurator (from 2023/04/07 onwards).
Flashing via DFU util.
Requires dfu-util v0.10, binaries available via pinned message on the SP Racing Discord server.
Put board in SP Racing bootloader mode, then run:
H7RF/EF/CL: dfu-util -D betaflight_4.4.0_<TARGET>_<REVISION>.bin -s 0x90100000:leave
H7CINE/NP: dfu-util -D betaflight_4.4.0_<TARGET>_<REVISION>.bin -s 0x97CE0000:leave
To enter SP Racing bootloader mode either:
a) power off FC, hold BIND, power on FC with USB cable, red light flashes fast, release BIND.
b) issue bl flash in BF CLI.
Configuration
Use a nightly build of the BF configurator (from 2023/04/07 onwards).
The default OSD framerate is currently only 12hz, set it to 50 (PAL) or 60 (NTSC) HZ using the CLI.
set osd_framerate_hz = 60
save
TX requirements
- Contains ELRS 3.0 final code, use ONLY with a TX module with ELRS 3.x. (i.e. not 2.x or 1.x).
Changes
- Fixed SPRacingH7RF button/buzzer clash (thanks
@DerMatti
) - Rebased on BF
master
(66734f45
) - Using BF configs from tag
SPRACING-20230601-1124-4.5.0-H7RF
/39a4f3f2