Revert "funny games with dash via Lua to override CAN dash profile values #6235"

This reverts commit 6c64503cd2.
This commit is contained in:
Andrey 2024-03-21 09:37:00 -04:00
parent 2479542aac
commit 116b9a5b2d
1 changed files with 0 additions and 7 deletions

View File

@ -7,10 +7,3 @@ void luaDeInitPins();
struct AirmassModelBase;
AirmassModelBase& getLuaAirmassModel();
bool getAuxDigital(int index);
struct LuaDashOverride {
// this helps with all kinds of cool tachometer sweeps!
int16_t rpm = -1;
int16_t coolant = -1;
float vbatt = -1;
};