How to config ESP8266 clock speed between 80MHz or 160MHz?
Posted: Sat Sep 23, 2017 3:17 pm
The ESP8266 feature say its clock speed up to 80/160MHz,how to config it?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
martinayotte wrote:With ArduinoIDE framework, it is done using the "CPU Frequency" menu.
In other framworks, use the SDK function system_update_cpu_freq() at startup.