Skip to content

Commit

Permalink
Update cloud build API
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 9, 2024
1 parent b70852e commit 3932a37
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/development/API/Cloud-Build-API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Betaflight 4.4 Cloud Build API
# Betaflight Cloud Build API

Cloud build API was introduced in firmware version 4.4.

## API

Expand Down Expand Up @@ -55,6 +57,7 @@ Note: telemetry for CRSF, ELRS, FPORT and GHST are included during the build.
### Other Options

```
ALTITUDE_HOLD
AKK (SA FIX)
FLASH
GPS
Expand All @@ -64,6 +67,7 @@ MAG
OSD
OSD (HD)
PINIO
POSITION_HOLD
VTX
```

Expand Down Expand Up @@ -108,3 +112,22 @@ RC_STATS
RPM_LIMIT
SPEC_PREARM_SCREEN
```

### WING Define

There is a special USE_WING define which combines the following defines as one feature pack:

```
SERVOS
ADVANCED_TPA
```

Note this define will remove the following defines:

```
YAW_SPIN_RECOVERY
LAUNCH_CONTROL
ABSOLUTE_CONTROL
INTEGRATED_YAW_CONTROL
RUNAWAY_TAKEOFF
```

0 comments on commit 3932a37

Please sign in to comment.