GDI4: battery voltage #204

This commit is contained in:
rusefi 2023-05-16 00:06:21 -04:00
parent 7d05b907e6
commit 30f878614c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ protected:
// Get battery voltage - only try to init chip when powered
float getVbatt() const override {
// TODO return real vbatt
// TODO: maybe do not bother with getVbatt() at all? only used for conditional restart, this does not seem to justify any effort
return 12;
}