[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 GitHub
parent e48d02495b
commit 487e171443
4 changed files with 20 additions and 2 deletions
@@ -53,6 +53,7 @@ class RemoteTransmitterComponent : public remote_base::RemoteTransmitterBase,
bool initialized_{false};
std::vector<rmt_item32_t> rmt_temp_;
esp_err_t error_code_{ESP_OK};
std::string error_string_{""};
bool inverted_{false};
#endif
uint8_t carrier_duty_percent_;