I2C Baro problems fix #5264
This commit is contained in:
parent
b3c69300c5
commit
f963450e5e
|
@ -125,6 +125,7 @@ void setBoardDefaultConfiguration() {
|
|||
setInjectorPins();
|
||||
setIgnitionPins();
|
||||
|
||||
int16_t hellenBoardId = engine->engineState.hellenBoardId;
|
||||
if (hellenBoardId == BOARD_ID_2chan_e || hellenBoardId == BOARD_ID_2chan_f) {
|
||||
// todo: flip that condition to check for "if not old board"
|
||||
setHellenMMbaro();
|
||||
|
|
Loading…
Reference in New Issue