We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599cbea commit 0296412Copy full SHA for 0296412
src/Driver/es8388/es8388.c
@@ -229,7 +229,7 @@ error_t es8388_init(codec_config_t *cfg, i2c_bus_handle_t handle)
229
// Here check if ES8388 is responding on the I2C bus
230
res = i2c_bus_check(handle, ES8388_ADDR);
231
if (res != 0) {
232
- AD_LOGE("ES8388 not found on I2C bus, check wiring");
+ AD_LOGE("ES8388 not found on I2C address %x, check wiring", ES8388_ADDR);
233
return res;
234
} else {
235
AD_LOGI("Found ES8388");
0 commit comments