From 6f3601cb7586eadba8dd46796d15c8111bd9119b Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 20 Jul 2016 00:03:19 -0400 Subject: [PATCH] auto-sync --- firmware/console/status_loop.cpp | 3 ++- firmware/svnversion.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index e36f4423b7..0667dd6eed 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -201,8 +201,9 @@ static void printSensors(Logging *log, bool fileFormat) { reportSensorF(log, fileFormat, "knck_c", "count", engine->knockCount, 0); reportSensorF(log, fileFormat, "knck_v", "v", engine->knockVolts, 2); +#if EFI_PROD_CODE || defined(__DOXYGEN__) reportSensorF(log, fileFormat, "int_temp", "C", getMCUInternalTemperature(), 2); - +#endif // reportSensorF(log, fileFormat, "vref", "V", getVRef(engineConfiguration), 2); if (hasVBatt(PASS_ENGINE_PARAMETER_F)) { diff --git a/firmware/svnversion.h b/firmware/svnversion.h index 041b5c38f4..7096cb4eb7 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // 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 -#define VCS_VERSION "10205" +#define VCS_VERSION "10242" #endif