Skip to content

Commit

Permalink
Remove Volz and Robotis servo drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
shellixyz committed Apr 2, 2024
1 parent c5271d9 commit b3501d1
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 825 deletions.
2 changes: 0 additions & 2 deletions Tools/ardupilotwaf/ardupilotwaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
'AP_FlashStorage',
'AP_Relay',
'AP_ServoRelayEvents',
'AP_Volz_Protocol',
'AP_SBusOut',
'AP_IOMCU',
'AP_Parachute',
Expand All @@ -84,7 +83,6 @@
'AC_Fence',
'AC_Avoidance',
'AP_LandingGear',
'AP_RobotisServo',
'AP_NMEA_Output',
'AP_Filesystem',
'AP_ADSB',
Expand Down
3 changes: 1 addition & 2 deletions libraries/AP_OSD/AP_OSD_ParamSetting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const AP_Param::GroupInfo AP_OSD_ParamSetting::var_info[] = {

static const char* SERIAL_PROTOCOL_VALUES[] = {
"", "MAV", "MAV2", "FSKY_D", "FSKY_S", "GPS", "", "ALEX", "STORM", "RNG",
"FSKY_TX", "LID360", "", "BEACN", "VOLZ", "SBUS", "ESC_TLM", "DEV_TLM", "OPTFLW", "RBTSRV",
"FSKY_TX", "LID360", "", "BEACN", "", "SBUS", "ESC_TLM", "DEV_TLM", "OPTFLW", "",
"NMEA", "WNDVNE", "SLCAN", "RCIN", "MGSQRT", "LTM", "RUNCAM", "HOT_TLM", "SCRIPT", "CRSF",
"GEN", "WNCH", "MSP", "DJI"
};
Expand Down Expand Up @@ -467,4 +467,3 @@ void AP_OSD_ParamSetting::save_as_new()
}

#endif // OSD_PARAM_ENABLED

Loading

0 comments on commit b3501d1

Please sign in to comment.