Barracuda09 / PyPSADiag

An Python application for configuring PSA/Stellantis based cars
GNU General Public License v2.0
19 stars 4 forks source link

New JSON files #6

Closed 16D closed 4 days ago

Barracuda09 commented 4 days ago

Hi @16D

Thanks for your pull request. But I see that the "type": "raw, is missing a "

    "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

Barracuda09 commented 4 days ago

Ok I see you have changed the " But the other you can still change.

16D commented 4 days ago

"raw" is corrected now. CPK_UDS_G5 file doesn't have type specified. Works now too.