Closed
Description
I believe line 90 in Arduino/cores/esp8266/Arduino.h (Master) should be:
#define TIM_DIV256 3 //312.5Khz (1 tick = 3.2us - 26843542.4 us max)
and not:
#define TIM_DIV265 3 //312.5Khz (1 tick = 3.2us - 26843542.4 us max)
which it is, currently. (256 and not 265)
I did not submit a pull request or anything, since it might break stuff if corrected.
https://github.com/esp8266/Arduino/blob/master/cores/esp8266/Arduino.h#L90