test cmd log

This commit is contained in:
Andreas Billmeier 2023-11-08 21:36:39 +01:00 committed by Andreas Billmeier
parent 4d35a78437
commit 2fd9d51605
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0

View File

@ -100,6 +100,7 @@ void KamstrupKMPComponent::send_command_(uint16_t command) {
this->clear_uart_rx_buffer_();
this->send_message_(msg, msg_len);
ESP_LOGE(TAG, msg);
this->read_command_(command);
}