diff --git a/firmware/config/boards/hellen/hellen-112-17/board_configuration.cpp b/firmware/config/boards/hellen/hellen-112-17/board_configuration.cpp index c9239b99e5..6d9e2b9c86 100644 --- a/firmware/config/boards/hellen/hellen-112-17/board_configuration.cpp +++ b/firmware/config/boards/hellen/hellen-112-17/board_configuration.cpp @@ -144,10 +144,24 @@ void setBoardDefaultConfiguration() { } static Gpio OUTPUTS[] = { - Gpio::MM100_INJ1, - Gpio::MM100_INJ2, - Gpio::MM100_INJ3, - Gpio::MM100_INJ4, + Gpio::MM100_INJ1, // 244 injector output 1 + Gpio::MM100_INJ2, // 242 injector output 2 + Gpio::MM100_INJ3, // 243 injector output 3 + Gpio::MM100_INJ4, // 245 injector output 4 + Gpio::MM100_IGN1, // 256 Coil 1 + Gpio::MM100_IGN2, // 253 Coil 2 + Gpio::MM100_IGN3, // 254 Coil 3 + Gpio::MM100_IGN4, // 255 Coil 4 + Gpio::MM100_IGN8, // 115 Main Relay + Gpio::MM100_OUT_PWM4, // 141 Engine Radiator Fan + Gpio::MM100_INJ5, // 101 low side 1.5A output + Gpio::MM100_INJ6, // 102 low side 1.5A output + Gpio::MM100_OUT_PWM3, // 131 Relay Output + Gpio::MM100_IGN7, // 140 Relay Output + Gpio::MM100_OUT_PWM5, // 142 Fuel Pump Relay + Gpio::MM100_IGN5, // 151 relay output + Gpio::MM100_IGN6, // 152 relay output + Gpio::MM100_INJ7, // 235 Low Side Output }; int getBoardMetaOutputsCount() {