Phila, can you elaborate on this
Parameter Location Original(hex) Original(dec) New(hex) New(dec)
ESKONF 10C7A 00 0 C0 192
ESKONF (M box) 10C7B F3 243 FF 255
ESKONF (L box) 10C7B C3 195 CF 207
Are there 2 locations for eskonf in each bin? The first address is good for both m and l box, whereas the 2nd and 3rd are specific to m or l?
As in the code @ 2 locations per bin must be changed, or?
Basically, the bit pairs for the S2 B1 and S2 B2 heaters need to be set. One pair is bits 6 and 7 at 10C7A and the other is bits 2 and 3 at 10C7B.
I tried to simplify it by just showing the required changes in hex and decimal values, but that required differentiating between the M box and L box because bits 4 and 5 are clear at 10C7B in the L box and those bits are set in the M box. I'd have to check my notes tell you which power stage they represent. 10C7A is identical in both files so no differentiation was required.