This commit is contained in:
Matthew Kennedy 2021-10-06 13:07:55 -07:00 committed by GitHub
parent b5b86ac584
commit 2f6212ad1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
struct MapCfg {
float v1, v2;
float map1, map2;
float v1;
float map1;
float v2;
float map2;
};
static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) {