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

This commit is contained in:
rusefillc 2024-03-16 17:20:10 -06:00
parent 7119e8d0b0
commit 6c64503cd2
1 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,10 @@ 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;
};