Merge pull request #1498 from piotrmalek/fix-env-sensor-manager

Fix incorrect INA260 address in debug message
This commit is contained in:
ripplebiz
2026-02-01 13:34:58 +11:00
committed by GitHub

View File

@@ -284,7 +284,7 @@ bool EnvironmentSensorManager::begin() {
INA260_initialized = true;
} else {
INA260_initialized = false;
MESH_DEBUG_PRINTLN("INA260 was not found at I2C address %02X", TELEM_INA219_ADDRESS);
MESH_DEBUG_PRINTLN("INA260 was not found at I2C address %02X", TELEM_INA260_ADDRESS);
}
#endif