Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By torntrousers
#20714
picstart wrote:if the counter was reset to zero within the loop and the modulo replaced with a relational operator greater than maybe it would help.
Modulo base base ten of 100,000 is not the most economical calculation for a MCU to perform.

Probably, but this isn't any sort of serious benchmark its just an attempt to see if setting 80Mhz/160Mhz in the IDE actually made any difference to the running sketch on the ESP.