Commit 3c8f0abb authored by Don Gagne's avatar Don Gagne

Merge pull request #1700 from DonLakeFlyer/Airframe

Generic AERT and AETR airframe support
parents 084891d6 bc5c933c
...@@ -28,9 +28,10 @@ ...@@ -28,9 +28,10 @@
const AirframeComponentAirframes::AirframeInfo_t AirframeComponentAirframes::_rgAirframeInfoStandardPlane[] = { const AirframeComponentAirframes::AirframeInfo_t AirframeComponentAirframes::_rgAirframeInfoStandardPlane[] = {
{ "Multiplex Easystar 1/2", 2100 }, { "Multiplex Easystar 1/2", 2100 },
{ "Hobbyking Bixler 1/2", 2101 }, { "Generic AERT", 2101 },
{ "3DR Skywalker", 2102 }, { "3DR Skywalker", 2102 },
{ "Skyhunter (1800 mm)", 2103 }, { "Skyhunter (1800 mm)", 2103 },
{ "Generic AETR", 2104 },
{ NULL, 0 } { NULL, 0 }
}; };
......
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