auto-sync

This commit is contained in:
rusEfi 2016-06-16 18:01:48 -04:00
parent 822ff2c8a1
commit 4cab324909
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "toyota_jzs147.h"
#include "custom_engine.h"
#include "thermistors.h"
EXTERN_ENGINE;
@ -73,6 +74,14 @@ void setToyota_jzs147EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
// engineConfiguration->useOnlyRisingEdgeForTrigger = true;
boardConfiguration->isSdCardEnabled = false;
/**
* http://thesafetyaversionsociety.com/wordpress/wp-content/uploads/2010/08/Troubleshooting-2JZ-GTE.pdf
* pages 44&46
*/
setThermistorConfiguration(&engineConfiguration->clt, -20, 15000, 40, 1200, 120.0, 200.0);
setThermistorConfiguration(&engineConfiguration->iat, -20, 15000, 40, 1200, 120.0, 200.0);
}