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
The ESP8266 processor can operate at either 80MHz or 160MHz which is software controlled. This issue asks for the exposure of a new API that allows a JavaScript program to declare which speed to use. In line with the current API style, the new API suggested will be:
ESP8266WiFi.updateCPUFreq(<new freq>)
where <new freq> will be the numeric of 80 or 160.
The text was updated successfully, but these errors were encountered:
The ESP8266 processor can operate at either 80MHz or 160MHz which is software controlled. This issue asks for the exposure of a new API that allows a JavaScript program to declare which speed to use. In line with the current API style, the new API suggested will be:
where
<new freq>
will be the numeric of 80 or 160.The text was updated successfully, but these errors were encountered: