Error in the value defined by TIMER0_INTERVAL_MS #28
Description
Describe the bug
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3. With the 2.20 version of the library when I define a value of 1000 in TIMER0_INTERVAL_MS a real value of 2000 ms is obtained. With version 2.1.0 the operation is correct.
Steps to Reproduce
I have used the example Argument_None.ino to check the operation of the library with an ESP32_C3.
Expected behavior
It was expected to obtain a square wave with a half-period equal to 1000 ms and it has been obtained measured with an oscilloscope of 2000 ms.
Arduino IDE version: 2.0.1
esp32c3-api1-20210207
OS: Windows 11