??? 11/03/06 12:17 Read: times |
#127312 - timestamp vs crc Responding to: ???'s previous message |
I normally use a crc over code too. I think it's better than a timestamp or version number because it's the same when you rebuild your project (with the same options). This is not true for an automatically incremented version number or a timestamp. And updating a version number by hand can be forgotten.
I use the crc both for identification and for checking bootloaded code. |