Mark is asking for VIN number field #3967

GM says Hi
This commit is contained in:
rusefillc 2022-09-10 01:05:31 -04:00
parent f94d7ca78f
commit 37e65e159a
3 changed files with 10 additions and 1 deletions

View File

@ -100,6 +100,8 @@ using error_message_t = char[ERROR_BUFFER_SIZE];
using vehicle_info_t = char[VEHICLE_INFO_SIZE];
using vin_number_t = char[VIN_NUMBER_SIZE];
using gppwm_note_t = char[GPPWM_NOTE_SIZE];
using le_formula_t = char[LE_COMMAND_LENGTH];

View File

@ -891,6 +891,9 @@ custom maf_sensor_type_e 1 bits, S08, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
! same length used for critical and soft error messages
#define ERROR_BUFFER_SIZE 120
#define VIN_NUMBER_SIZE 17
custom vin_number_t @@VIN_NUMBER_SIZE@@ string, ASCII, @OFFSET@, @@VIN_NUMBER_SIZE@@
custom vehicle_info_t @@VEHICLE_INFO_SIZE@@ string, ASCII, @OFFSET@, @@VEHICLE_INFO_SIZE@@
custom gppwm_note_t @@GPPWM_NOTE_SIZE@@ string, ASCII, @OFFSET@, @@GPPWM_NOTE_SIZE@@
@ -1510,7 +1513,10 @@ float etbMinimumPosition;;"%", 1, 0, 0.01, 100, 2
uint16_t tuneHidingKey;;"", 1, 0, 0, 20000, 0
uint8_t[244] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
vin_number_t vinNumber
uint8_t[224] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
! end of engine_configuration_s
end_struct

View File

@ -3940,6 +3940,7 @@ dialog = tcuControls, "Transmission Settings"
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
field = "Artificial Misfire", artificialTestMisfire
field = "Always use instant RPM", alwaysInstantRpm
field = vinNumber, vinNumber
panel = mapCamDialog
panel = allTriggerDebug
panel = torqueTableTbl