auto-sync
This commit is contained in:
parent
9f7b655a76
commit
4f16cb0c32
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
#include "toyota_jzs147.h"
|
#include "toyota_jzs147.h"
|
||||||
#include "custom_engine.h"
|
#include "custom_engine.h"
|
||||||
|
#include "thermistors.h"
|
||||||
|
|
||||||
EXTERN_ENGINE;
|
EXTERN_ENGINE;
|
||||||
|
|
||||||
|
@ -73,6 +74,14 @@ void setToyota_jzs147EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
// engineConfiguration->useOnlyRisingEdgeForTrigger = true;
|
// engineConfiguration->useOnlyRisingEdgeForTrigger = true;
|
||||||
boardConfiguration->isSdCardEnabled = false;
|
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);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue