chmorgan / libesphttpd

Libesphttpd - web server for ESP8266 / ESP32
Mozilla Public License 2.0
128 stars 45 forks source link

Decrease Stack Usage in wifiScanDoneCb() #19

Closed tidklaas closed 6 years ago

tidklaas commented 6 years ago

cgiwifi.c/wifiScanDoneCb():

This should eliminate the need for increasing WiFi event task stack size in issue #18 for now.

chmorgan commented 6 years ago

Thanks for the PR!