Skip to content

Commit 0296412

Browse files
committed
es8388_init print address
1 parent 599cbea commit 0296412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver/es8388/es8388.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ error_t es8388_init(codec_config_t *cfg, i2c_bus_handle_t handle)
229229
// Here check if ES8388 is responding on the I2C bus
230230
res = i2c_bus_check(handle, ES8388_ADDR);
231231
if (res != 0) {
232-
AD_LOGE("ES8388 not found on I2C bus, check wiring");
232+
AD_LOGE("ES8388 not found on I2C address %x, check wiring", ES8388_ADDR);
233233
return res;
234234
} else {
235235
AD_LOGI("Found ES8388");

0 commit comments

Comments
 (0)