diff --git a/docs/Cloud build API.md b/docs/Cloud build API.md index 76ed19c8ed..f4fa977cd8 100644 --- a/docs/Cloud build API.md +++ b/docs/Cloud build API.md @@ -29,12 +29,9 @@ For optimal use please select ONLY the appropiate hardware for the flight contro SUMH XBUS - EXPRESSLRS (SPI) - CC2500 (SPI) - SX1280 (SPI) + ### Telemetry Protocols - CRSF FRSKY_HUB GHOST HOTT @@ -45,18 +42,23 @@ For optimal use please select ONLY the appropiate hardware for the flight contro SMARTPORT SRXL + +Note: telemetry for CRSF, ELRS, FPORT and GHST are included during the build. + ### Other Options AKK (SA FIX) - BARO FLASH GPS LED + LED64 MAG OSD + OSD (HD) PINIO VTX + ### Motor Protocols BRUSHED @@ -66,6 +68,7 @@ For optimal use please select ONLY the appropiate hardware for the flight contro PROSHOT PWM + ### Custom Defines BATTERY_CONTINUE @@ -73,6 +76,8 @@ For optimal use please select ONLY the appropiate hardware for the flight contro EMFAT_AUTORUN EMFAT_ICON ESCSERIAL_SIMONK + GPS GPS_PLUS_CODES + LED_STRIP SERIAL_4WAY_SK_BOOTLOADER diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index 35ccffa936..3af26098f3 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -361,8 +361,6 @@ extern uint8_t _dmaram_end__; #define USE_SERVOS #define USE_VTX - -#define USE_GPS #define USE_OSD #define USE_OSD_SD #define USE_OSD_HD @@ -394,7 +392,9 @@ extern uint8_t _dmaram_end__; #define USE_EMFAT_AUTORUN #define USE_EMFAT_ICON #define USE_ESCSERIAL_SIMONK +#define USE_GPS #define USE_GPS_PLUS_CODES +#define USE_LED_STRIP #define USE_SERIAL_4WAY_SK_BOOTLOADER #endif