working fft api, various improvements in sampling, added sampling stats..

This commit is contained in:
2016-03-29 21:46:04 +02:00
parent b183ab7868
commit 8cb31aaa1c
17 changed files with 182 additions and 6848 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ int ICACHE_FLASH_ATTR cgiWiFiSetMode(HttpdConnData *connData) {
info("cgiWifiSetMode: %s", buff);
#ifndef DEMO_MODE
wifi_set_opmode(atoi(buff));
system_restart();
system_restart(); // FIXME we should do this in a timer task, so the browser gets a response.
#endif
}
httpdRedirect(connData, "/wifi");