- Mon Jan 12, 2015 1:44 pm
#7105
[quote="alonewolfx2"]
1-) "os_update_cpu_frequency(160);"
\IoT_Demo\ssl\app\espconn_ssl.c:
REG_CLR_BIT(0x3ff00014, BIT(0)); // SDK 0.9.4
os_update_cpu_frequency(80);
REG_SET_BIT(0x3ff00014, BIT(0));
os_update_cpu_frequency(160);
\sdk\include\osapi.h:
#define os_update_cpu_frequency ets_update_cpu_frequency
2-) uploading webfs over http?
No current version. Expected...
You do not have the required permissions to view the files attached to this post.
Last edited by pvvx on Mon Jan 12, 2015 2:05 pm, edited 1 time in total.