Closed 16D closed 4 days ago
Hi @16D
Thanks for your pull request. But I see that the "type": "raw, is missing a "
"type": "raw,
"
"f18c": { "id": "SN", "tab": "unsorted", "byte": 0, "type": "raw, "form_type": "string", "name": "Serial number" }
And you can use string_ascii for form_type it will try to show it as an regular serial number
string_ascii
form_type
Ok I see you have changed the " But the other you can still change.
"raw" is corrected now. CPK_UDS_G5 file doesn't have type specified. Works now too.
Hi @16D
Thanks for your pull request. But I see that the
"type": "raw,
is missing a"
And you can use
string_ascii
forform_type
it will try to show it as an regular serial number