Skip to content

Commit 5f57eba

Browse files
committed
Merge pull request #623 from nkolban/master
Pull request for 2015-10-06
2 parents 89ae4da + 68ea8c2 commit 5f57eba

File tree

9 files changed

+3052
-3005
lines changed

9 files changed

+3052
-3005
lines changed

libs/network/esp8266/jswrap_esp8266.c

+1,092-1,066
Large diffs are not rendered by default.

libs/network/esp8266/jswrap_esp8266.h

+1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ JsVar *jswrap_ESP8266WiFi_getConnectedStations();
3030
JsVar *jswrap_ESP8266WiFi_getRSSI();
3131
JsVar *jswrap_ESP8266WiFi_getState();
3232
void jswrap_ESP8266WiFi_dumpSocket(JsVar *socketId);
33+
void jswrap_ESP8266WiFi_updateCPUFreq(JsVar *jsFreq);
3334

3435
#endif /* LIBS_NETWORK_ESP8266_JSWRAP_ESP8266_H_ */

0 commit comments

Comments
 (0)