mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-14 08:55:06 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
4f6f79b3b1
@ -2048,8 +2048,7 @@ void getFramType() {
|
||||
display_Update();
|
||||
}
|
||||
// 29L1100KC-15B0 compat MX29L1101
|
||||
else if ((sdBuffer[7] == 0x8e ) || (sdBuffer[7] == 0x84 ))
|
||||
{
|
||||
else if ((sdBuffer[7] == 0x8e ) || (sdBuffer[7] == 0x84 )) {
|
||||
flashramType = 1;
|
||||
MN63F81MPN = false;
|
||||
println_Msg(F("Type: 29L1100KC-15B0"));
|
||||
|
Loading…
Reference in New Issue
Block a user