ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By reaper7
#1780 true - http://www.esp8266.com/viewtopic.php?f=9&t=224&start=50#p1178
I test it today...
but yesterday I remove "-mtext-section-literals" from Makefile and esphttpd compiled ok & works!
User avatar
By johnnyfp
#1878 Ok,
I've managed to compile it against 0.9.1 with a very minor change to the user/cgiwifi.c

Change line 97 from
Code: Select all wifi_station_scan(NULL, wifiScanDoneCb);

to
Code: Select all wifi_station_scan(/*NULL, */wifiScanDoneCb);


and it compiles.

It then uploads and works!!