Skip to content

Add ability to change operating frequency of ESP8266 #622

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
nkolban opened this issue Oct 7, 2015 · 1 comment
Closed

Add ability to change operating frequency of ESP8266 #622

nkolban opened this issue Oct 7, 2015 · 1 comment
Assignees
Labels
enhancement ESP8266 This is only a problem on ESP8266 devices

Comments

@nkolban
Copy link
Contributor

nkolban commented Oct 7, 2015

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.

@nkolban nkolban added enhancement ESP8266 This is only a problem on ESP8266 devices labels Oct 7, 2015
@nkolban nkolban self-assigned this Oct 7, 2015
@nkolban
Copy link
Contributor Author

nkolban commented Oct 7, 2015

Code implemented and included in #623. Also impacts #630.

@nkolban nkolban closed this as completed Oct 7, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement ESP8266 This is only a problem on ESP8266 devices
Projects
None yet
Development

No branches or pull requests

1 participant