Engine temp warning messages and bug fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user