Engine temp warning messages and bug fixes

This commit is contained in:
2026-03-30 16:29:16 +02:00
parent 3b2abd3f71
commit da6b23d78e
9 changed files with 126 additions and 29 deletions

View File

@@ -15,9 +15,9 @@
}
void tengGlobalRead(double& out) {
out = vbat_global;
out = teng_global;
}
void tengGlobalWrite(const double& in) {
vbat_global = in;
teng_global = in;
}