Missing break in INA3221 i2c scan (#3692)

* INA3221 Mis-identification fix

* Missing break in INA3221 i2c scan
pull/3691/head^2
Ric In New Mexico 2024-04-21 11:35:42 -06:00 zatwierdzone przez GitHub
rodzic ac87c0065f
commit 679e068e19
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -279,6 +279,7 @@ void ScanI2CTwoWire::scanPort(I2CPort port)
} else { // Unknown device
LOG_INFO("No INA3221 found at address 0x%x\n", (uint8_t)addr.address);
}
break;
case MCP9808_ADDR:
registerValue = getRegisterValue(ScanI2CTwoWire::RegisterLocation(addr, 0x07), 2);
if (registerValue == 0x0400) {