Skip to content

Commit 13cfc9a

Browse files
authored
Merge pull request #1498 from piotrmalek/fix-env-sensor-manager
Fix incorrect INA260 address in debug message
2 parents f231347 + 3845a1c commit 13cfc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/sensors/EnvironmentSensorManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ bool EnvironmentSensorManager::begin() {
284284
INA260_initialized = true;
285285
} else {
286286
INA260_initialized = false;
287-
MESH_DEBUG_PRINTLN("INA260 was not found at I2C address %02X", TELEM_INA219_ADDRESS);
287+
MESH_DEBUG_PRINTLN("INA260 was not found at I2C address %02X", TELEM_INA260_ADDRESS);
288288
}
289289
#endif
290290

0 commit comments

Comments
 (0)