Skip to content

Commit 3845a1c

Browse files
committed
Fix incorrect INA260 address in debug message
1 parent ac79b38 commit 3845a1c

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)