Commit 862c6565 authored by Daniel Agar's avatar Daniel Agar

cmake Settings and AutoPilotPlugins updates

parent 223e3dcd
...@@ -9,7 +9,9 @@ add_library(AutoPilotPlugins ...@@ -9,7 +9,9 @@ add_library(AutoPilotPlugins
APM/APMCompassCal.cc APM/APMCompassCal.cc
APM/APMFlightModesComponent.cc APM/APMFlightModesComponent.cc
APM/APMFlightModesComponentController.cc APM/APMFlightModesComponentController.cc
APM/APMHeliComponent.cc
APM/APMLightsComponent.cc APM/APMLightsComponent.cc
APM/APMMotorComponent.cc
APM/APMPowerComponent.cc APM/APMPowerComponent.cc
APM/APMRadioComponent.cc APM/APMRadioComponent.cc
APM/APMSafetyComponent.cc APM/APMSafetyComponent.cc
...@@ -17,7 +19,6 @@ add_library(AutoPilotPlugins ...@@ -17,7 +19,6 @@ add_library(AutoPilotPlugins
APM/APMSensorsComponentController.cc APM/APMSensorsComponentController.cc
APM/APMSubFrameComponent.cc APM/APMSubFrameComponent.cc
APM/APMTuningComponent.cc APM/APMTuningComponent.cc
APM/APMHeliComponent.cc
Common/ESP8266Component.cc Common/ESP8266Component.cc
Common/ESP8266ComponentController.cc Common/ESP8266ComponentController.cc
......
...@@ -4,7 +4,8 @@ add_library(Settings ...@@ -4,7 +4,8 @@ add_library(Settings
AutoConnectSettings.cc AutoConnectSettings.cc
BrandImageSettings.cc BrandImageSettings.cc
FlightMapSettings.cc FlightMapSettings.cc
GuidedSettings.cc FlyViewSettings.cc
PlanViewSettings.cc
RTKSettings.cc RTKSettings.cc
SettingsGroup.cc SettingsGroup.cc
SettingsManager.cc SettingsManager.cc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment