mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +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
|
@ -39,6 +39,8 @@ Current meter cannot be used in conjunction with Sonar.
|
|||
| ------------- | ------------- | ------------------- |
|
||||
| PB5 | PB0 | YES (3.3v input) |
|
||||
|
||||
Sonar support is not available when using the OpenPilot bootloader (OPBL).
|
||||
|
||||
#### Constraints
|
||||
|
||||
Sonar cannot be used in conjuction with SoftSerial or Parallel PWM.
|
||||
|
|
|
@ -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