| 32 | fc_battery_n_cells); |
| 33 | |
| 34 | std::optional<Settings> SettingsHolder::impl_deserialize( |
| 35 | const std::string &file_as_string) const { |
| 36 | return openhd_json_parse<Settings>(file_as_string); |
| 37 | } |
| 38 | |
| 39 | std::string SettingsHolder::imp_serialize( |
| 40 | const openhd::telemetry::air::Settings &data) const { |
nothing calls this directly
no outgoing calls
no test coverage detected