@@ -85,7 +85,11 @@ AemNetEgtTx0 = bits, U08, 152, [2:2], "Disable", "Enable"
8585AemNetEgtIdx0 = scalar, U08, 154, " " , 1, 0, 0, 255, 0
8686
8787AemNetEgtTx1 = bits, U08, 160, [2:2], " Disable" , " Enable"
88- AemNetEgtIdx1 = scalar, U08, 162, " " , 1, 0, 0, 255, 0
88+ AemNetEgtIdx1 = scalar, U08, 162, " " , 1, 0, 0, 255, 0
89+
90+ HeaterSupplyOffVoltage = scalar, U08, 168, " V" , 0.1, 0, 0, 24.0, 2
91+ HeaterSupplyOnVoltage = scalar, U08, 169, " V" , 0.1, 0, 0, 24.0, 2
92+ PreheatTimeSec = scalar, U08, 170, " s" , 5, 0, 0, 1275, 0
8993
9094page = 2 ; this is a RAM only page with no burnable flash
9195; name = class, type, offset, [shape], units, scale, translate, min, max, digits
@@ -333,6 +337,7 @@ entry = EGT1_commErrors, "EGT 1: comm errors", int, "%d"
333337menuDialog = main
334338 menu = " &Settings"
335339 subMenu = sensor_settings, " Sensor settings"
340+ subMenu = heater_settings, " Heater settings"
336341 subMenu = can_settings, " CAN AFR settings"
337342 subMenu = can_egt_settings, " CAN EGT settings"
338343
@@ -365,6 +370,11 @@ cmd_openblt = "Z\x00\xbc\x00\x00"
365370dialog = sensor_settings, " Sensor Settings"
366371 field = " Sensor Type" , LsuSensorType
367372
373+ dialog = heater_settings, " Heater Settings"
374+ field = " Heater Supply Off Voltage" , HeaterSupplyOffVoltage
375+ field = " Heater Supply On Voltage" , HeaterSupplyOnVoltage
376+ field = " Preheat Time Sec" , PreheatTimeSec
377+
368378dialog = afr0_can_settings, " AFR 0 (left) channel CAN Settings"
369379 field = " RusEFI protocol:"
370380 field = " Output AFR" , RusEfiTx0
0 commit comments