This commit is contained in:
rusefi 2019-05-27 17:02:46 -04:00
parent 18a2085491
commit 8df2320432
3 changed files with 11 additions and 1 deletions

View File

@ -408,7 +408,7 @@ void initHip9011(Logging *sharedLogger) {
hipSpiCfg.ssport = getHwPort("hip", CONFIGB(hip9011CsPin));
hipSpiCfg.sspad = getHwPin("hip", CONFIGB(hip9011CsPin));
#endif
#endif /* EFI_PROD_CODE */
startHip9001_pins();

View File

@ -0,0 +1 @@
Use _hipinfo_ command in console to troubleshoot.

View File

@ -0,0 +1,9 @@
Use _cj125_ command in rusEfi console to confirm SPI communication.
Use _cj125_calibrate_ command in rusEfi console for calibration.
Use Debug Mode = CJ125 for heater validation.
See https://github.com/rusefi/rusefi_documentation/tree/master/overview/wbo for more info.