sirleech/Webduino

Move avr/pgmspace.h include Into Webserver.h

Closed this issue · 0 comments

Comment 9 by don.owen...@gmail.com, Jun 5, 2011
I should also add that you might want to add the

include "avr/pgmspace.h"

to the WebServer.h which is the main webduino file. However the demo file needs the aforementioned SPI.h file to compile as well because the Ethernet.h import needs it. I hope this helps.