blob: 85544c972ee43dd10a9cfbc240f5d2605a2a152f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/at42qt1070/at42qt1070.cxx
+++ b/src/at42qt1070/at42qt1070.cxx
@@ -53,7 +53,7 @@
return;
}
- if (readChipID() != 0x2E) {
+ if (readChipID() != 0x1b && readChipID() != 0x2E) {
throw std::runtime_error("Chip ID does not match the expected value (2Eh)");
}
|