test page
HTTPD (suga version)
local filesystem をSDfilesystemにすり替えたところ、
スタックが足りなくてmbed_die の対処
<<code title= HTTPD.cpp >>
_daemon = new Thread(daemon, NULL, osPriorityNormal, 256);
_daemon = new Thread(daemon, NULL, osPriorityNormal, 512);
<</code>>
Please log in to post comments.