Serial.println(); Serial.println("return the clock speed of the CPU."); uint8_t cpuClock = ESP.getCpuFreqMHz(); delay(500); Serial.println(); Serial.println("Timer ...