When I was looking at the oem software file format and program, I noticed a few things.1. in the .dat saved file, they only store the "main" block. i.e., without the ident.
2. they seem to only check the ident on the fly at clone time3. they don't store the "aux" block, but this is read and written back on the fly. (Probably because there can contain radio specific, i.e., calibration fields that shouldnt be shared across radios.)
With that in mind,1. should we put the ident at the end of the memory map? (It might break some backwards compatibility unless extra logic is taken)
2. should we consider handling the aux block as sort of "volatile"?