mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
bdf760899068cd567d82de226d42b49c19c4d3ba
Add FixedRingBuffer<T, MAX_CAPACITY> to helpers.h as the runtime-sized equivalent of StaticRingBuffer. Uses std::conditional_t to auto-select uint8_t/uint16_t/uint32_t index types based on MAX_CAPACITY. Convert SlidingWindowFilter from manual ring buffer logic on FixedVector to FixedRingBuffer<float>, eliminating window_head_, window_count_, and window_size_ fields.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
