vtl / volvo-cem-cracker

Volvo central electronic module pin cracker via OBD for P1, P2 and P3 platforms
GNU General Public License v3.0
106 stars 46 forks source link

Changes proposed by Fedor #20

Open feodorr opened 8 months ago

feodorr commented 8 months ago

volvo-cem-cracker.ino : add Line #15: new bool value to limit / unlimit CPU frequency add Line #17: new value to set number of known bytes add Line #18: new massive to set values of known bytes change Line #759: to add support of new const "KNOWN_BYTES" add Lines #786-790: new for() to setup the known bytes into pin change Line #793: to skip already known bytes from calculation change Line #838: brut force order change, now increment starts from last byte add Lines #868-872: to print "100%" in progress line in case pin has not been found change Lines #1015-1016: to support new boot value "CPU_CLOCK" for limiting CPU frequency change Line #1081: to add support of new const "KNOWN_BYTES"

Readme.md - updates according to volvo-cem-cracker.ino changes.