mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2026-08-07 10:22:46 -04:00
update customisation template >= V1.3.3
* added bit fields bit_ofs, bit_len, bit_mask
This commit is contained in:
1 parent
2296994f4a
commit
c1c7c80339
1 file changed
+4
-4
@@ -1,4 +1,4 @@
|
||||
svc pid ofs len formula format min max label Remarks
|
||||
0x01,0x02 0x5F 0 1 CUST_STATE %.0f Customized PID59 uses custom hash conversion
|
||||
0x01,0x02 0x61 0 1 CUST_BITMAP %.0f Customized PID61 uses custom bitmap conversion
|
||||
0x01,0x02 0x62 0 1 CUST_AIRFLOW %.2f Customized PID62 uses custom linear conversion
|
||||
svc pid ofs len bit_ofs bit_len bit_mask formula format min max label Remarks
|
||||
0x01,0x02 0x5F 0 1 0 8 0xFF CUST_STATE %.0f Customized PID59 uses custom hash conversion
|
||||
0x01,0x02 0x61 0 1 0 8 0xFF CUST_BITMAP %.0f Customized PID61 uses custom bitmap conversion
|
||||
0x01,0x02 0x62 0 1 0 8 0xFF CUST_AIRFLOW %.2f Customized PID62 uses custom linear conversion
|
||||
|
Reference in new issue
Block a user