mirror of
https://github.com/esphome/esphome.git
synced 2026-05-27 11:56:11 +08:00
[remote_receiver] Fix Zephyr clang tidy (#12299)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -90,12 +90,14 @@ class RemoteReceiverComponent : public remote_base::RemoteReceiverBase,
|
|||||||
std::string error_string_{""};
|
std::string error_string_{""};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(USE_ESP8266) || defined(USE_LIBRETINY) || defined(USE_RP2040) || defined(USE_ESP32)
|
||||||
|
RemoteReceiverComponentStore store_;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(USE_ESP8266) || defined(USE_LIBRETINY) || defined(USE_RP2040)
|
#if defined(USE_ESP8266) || defined(USE_LIBRETINY) || defined(USE_RP2040)
|
||||||
HighFrequencyLoopRequester high_freq_;
|
HighFrequencyLoopRequester high_freq_;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
RemoteReceiverComponentStore store_;
|
|
||||||
|
|
||||||
uint32_t buffer_size_{};
|
uint32_t buffer_size_{};
|
||||||
uint32_t filter_us_{10};
|
uint32_t filter_us_{10};
|
||||||
uint32_t idle_us_{10000};
|
uint32_t idle_us_{10000};
|
||||||
|
|||||||
Reference in New Issue
Block a user