| 54 | } |
| 55 | |
| 56 | std::string OHDTelemetry::createDebug() const { |
| 57 | if (m_profile.is_air) { |
| 58 | return m_air_telemetry->create_debug(); |
| 59 | } else { |
| 60 | return m_ground_telemetry->create_debug(); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | void OHDTelemetry::add_settings_generic( |
| 65 | const std::vector<openhd::Setting> &settings) const { |