Post topics, source code that relate to the Arduino Platform

User avatar
By Hritam Basak
#82764
Diablillowilly wrote:If you are programmin it with the arduino ide, there is an example :https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WebServer/examples/SDWebServer/SDWebServer.ino

Hope it helps.



The code is giving compilation error :(
It shows default argument for parameter 2 which is not yet defined in line 211
User avatar
By schufti
#82820 Don't use the example from the git-master as this may be adapted for recent changes in network interface.
Look in your arduino ide under "File/Examples/Examples for ...(your used esp module)" as this should be fully compatible with the esp core in your set-up.