mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Revert "Remove OpenPilot bootloader support."
This reverts commit 0150abf1bc
.
Conflicts:
src/main/target/CC3D/target.h
This commit is contained in:
parent
e25087bbbc
commit
05dec6c21e
7 changed files with 51 additions and 11 deletions
|
@ -105,3 +105,9 @@ git pull
|
|||
make clean TARGET=NAZE
|
||||
make TARGET=NAZE
|
||||
```
|
||||
|
||||
Or in the case of CC3D in need of a `obj/cleanflight_CC3D.bin`
|
||||
```
|
||||
make clean TARGET=CC3D
|
||||
make TARGET=CC3D OPBL=yes
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue