logging of live data structs was: data points #3614

This commit is contained in:
Andrey 2022-06-29 03:29:21 -04:00
parent 65ffcc4f37
commit 46add5df49
1 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,5 @@ static constexpr LogField fields[] = {
{engine->outputChannels.auxLinear1, GAUGE_NAME_AUX_LINEAR_1, "", 2},
{engine->outputChannels.auxLinear2, GAUGE_NAME_AUX_LINEAR_2, "", 2},
{engine->outputChannels.boostControllerOutput, GAUGE_NAME_BOOST_OUTPUT, "%", 1},
{engine->outputChannels.boostControllerClosedLoopPart, GAUGE_NAME_BOOST_CLOSED_LOOP, "%", 1},
{engine->outputChannels.boostControllerOpenLoopPart, GAUGE_NAME_BOOST_OPEN_LOOP, "%", 1},
{engine->outputChannels.boostControlTarget, GAUGE_NAME_BOOST_TARGET, "kPa", 1},
};