new PCB update

This commit is contained in:
philippe44
2019-08-15 22:26:00 -07:00
parent d97d9fb7c9
commit c3543bcf25
2 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ static void bt_sink_data_handler(const uint8_t *data, uint32_t len)
// would be better to lock decoder, but really, it does not matter
if (decode.state != DECODE_STOPPED) {
LOG_WARN("Cannot use BT sink while LMS is controlling player");
LOG_SDEBUG("Cannot use BT sink while LMS is controlling player");
return;
}