remote_base: change dumpers log level (#5253)

This commit is contained in:
Sergey Dudanov
2023-08-16 03:11:44 +04:00
committed by GitHub
parent 6089526975
commit 4a518e3e7a
22 changed files with 29 additions and 29 deletions
@@ -46,7 +46,7 @@ optional<JVCData> JVCProtocol::decode(RemoteReceiveData src) {
}
return out;
}
void JVCProtocol::dump(const JVCData &data) { ESP_LOGD(TAG, "Received JVC: data=0x%04X", data.data); }
void JVCProtocol::dump(const JVCData &data) { ESP_LOGI(TAG, "Received JVC: data=0x%04X", data.data); }
} // namespace remote_base
} // namespace esphome