mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
The overhead of trigger_scan() is ~10 us * resample_limit (3) = ~30 us, plus the 100 us delay inserted between two trigger_scan() calls, so the total delta_us on ESP32-H4 should be around 130 us. Widen the assertion window accordingly.