auto-sync
This commit is contained in:
parent
7ee3a098f1
commit
6f3601cb75
|
@ -201,8 +201,9 @@ static void printSensors(Logging *log, bool fileFormat) {
|
||||||
reportSensorF(log, fileFormat, "knck_c", "count", engine->knockCount, 0);
|
reportSensorF(log, fileFormat, "knck_c", "count", engine->knockCount, 0);
|
||||||
reportSensorF(log, fileFormat, "knck_v", "v", engine->knockVolts, 2);
|
reportSensorF(log, fileFormat, "knck_v", "v", engine->knockVolts, 2);
|
||||||
|
|
||||||
|
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||||
reportSensorF(log, fileFormat, "int_temp", "C", getMCUInternalTemperature(), 2);
|
reportSensorF(log, fileFormat, "int_temp", "C", getMCUInternalTemperature(), 2);
|
||||||
|
#endif
|
||||||
|
|
||||||
// reportSensorF(log, fileFormat, "vref", "V", getVRef(engineConfiguration), 2);
|
// reportSensorF(log, fileFormat, "vref", "V", getVRef(engineConfiguration), 2);
|
||||||
if (hasVBatt(PASS_ENGINE_PARAMETER_F)) {
|
if (hasVBatt(PASS_ENGINE_PARAMETER_F)) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file was generated by Version2Header
|
// This file was generated by Version2Header
|
||||||
// Sun Jul 17 20:37:39 EDT 2016
|
// Tue Jul 19 23:54:08 EDT 2016
|
||||||
#ifndef VCS_VERSION
|
#ifndef VCS_VERSION
|
||||||
#define VCS_VERSION "10205"
|
#define VCS_VERSION "10242"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue