auto-sync

This commit is contained in:
rusEfi 2015-02-25 22:04:23 -06:00
parent 90801e7797
commit 018c6b13a8
1 changed files with 2 additions and 0 deletions

View File

@ -577,7 +577,9 @@ void updateTunerStudioState(Engine *engine, TunerStudioOutputChannels *tsOutputC
#if EFI_INTERNAL_FLASH || defined(__DOXYGEN__)
tsOutputChannels->needBurn = getNeedToWriteConfiguration();
#endif
#if EFI_FILE_LOGGING || defined(__DOXYGEN__)
tsOutputChannels->hasSdCard = isSdCardAlive();
#endif
tsOutputChannels->isFuelPumpOn = enginePins.fuelPumpRelay.getLogicValue();
tsOutputChannels->isFanOn = enginePins.fanRelay.getLogicValue();
tsOutputChannels->isO2HeaterOn = enginePins.o2heater.getLogicValue();