fix eeprom bug
This commit is contained in:
parent
990ae0c03c
commit
24f794ce8a
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ impl EEPROM {
|
||||||
let c2 = self.read_start_c2();
|
let c2 = self.read_start_c2();
|
||||||
|
|
||||||
if c1 != b'Z' || c2 != b'D' {
|
if c1 != b'Z' || c2 != b'D' {
|
||||||
self.update(b'M');
|
self.update(b'Z');
|
||||||
self.update(b'V');
|
self.update(b'D');
|
||||||
self.update(0);
|
self.update(0);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue