Fix CORE4 Spare In 1 (#584)

Pin A13 is "Sparein1", allocating it to the second O2 sensor prevents it from working, an unused pin (A5) has now been allocated to O2_2
This commit is contained in:
DIY-EFI 2021-05-22 00:58:24 +01:00 committed by GitHub
parent 12de8294a8
commit 74656300ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1904,7 +1904,7 @@ void setPinMapping(byte boardID)
pinIAT = A11; //IAT sensor pin
pinCLT = A4; //CLS sensor pin
pinO2 = A12; //O2 Sensor pin
pinO2_2 = A13; //O2 sensor pin (second sensor)
pinO2_2 = A5; //O2 sensor pin (second sensor)
pinBat = A1; //Battery reference voltage pin
pinSpareTemp1 = A14; //spare Analog input 1
pinLaunch = 24; //Can be overwritten below