auto-sync

This commit is contained in:
rusEfi 2016-07-20 00:03:19 -04:00
parent 7ee3a098f1
commit 6f3601cb75
2 changed files with 4 additions and 3 deletions

View File

@ -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)) {

View File

@ -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