mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-24 03:09:41 +01:00
previously we use the systimer event to toggling a GPIO and assert the GPIO level, which is not stable in CI. Now we swicth to clear the GPIO at the systimer event.