[remote_receiver, remote_transmitter] Improve error messages on the ESP32 (#6701)

This commit is contained in:
Mat931
2024-05-08 21:58:40 +00:00
committed by Jesse Hills
parent 34585a6f15
commit 879f404b48
4 changed files with 20 additions and 2 deletions
@@ -58,6 +58,7 @@ class RemoteReceiverComponent : public remote_base::RemoteReceiverBase,
void decode_rmt_(rmt_item32_t *item, size_t len);
RingbufHandle_t ringbuf_;
esp_err_t error_code_{ESP_OK};
std::string error_string_{""};
#endif
#if defined(USE_ESP8266) || defined(USE_LIBRETINY)