You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.