This commit is contained in:
Matthew Kennedy 2021-10-06 13:07:55 -07:00 committed by GitHub
parent 12af684ca8
commit df7bc521f5
1 changed files with 4 additions and 2 deletions

View File

@ -47,8 +47,10 @@ static FallbackSensor mapCombiner(SensorType::Map, SensorType::MapFast, SensorTy
// helper struct for the local getMapCfg function // helper struct for the local getMapCfg function
struct MapCfg { struct MapCfg {
float v1, v2; float v1;
float map1, map2; float map1;
float v2;
float map2;
}; };
static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) { static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) {