diff --git a/src/debug/i2cScan.h b/src/debug/i2cScan.h index 94f3ef4db..a99fa4508 100644 --- a/src/debug/i2cScan.h +++ b/src/debug/i2cScan.h @@ -17,7 +17,7 @@ uint8_t oled_probe(byte addr) r &= 0x0f; if (r == 0x08) { o_probe = 2; // SH1106 - } else if ( r == 0x06 || r == 0x07) { + } else if ( r == 0x03 || r == 0x06 || r == 0x07) { o_probe = 1; // SSD1306 } DEBUG_MSG("0x%x subtype probed\n", r); @@ -77,4 +77,4 @@ void scanI2Cdevice(void) } #else void scanI2Cdevice(void) {} -#endif \ No newline at end of file +#endif