Hi !
I tried to compile the example "Blinkled" in TinyWebServer_master\examples, in Arduino 1.0.3, and
after fixing the .print I got this :
C:\...\arduino-1.0.3\libraries\TinyWebServer_master\TinyWebServer.cpp:43: error: expected constructor, destructor, or type conversion before '(' token
Of course this error has a lots of friends, but this is the first.
the part of "TinyWebServer.cpp" looks like this:h
( Flash_string in on line 43 )
FLASH_STRING(mime_types,
"HTM*text/html|"
"TXT*text/plain|"
"CSS*text/css|"
"XML*text/xml|"
"JS*text/javascript|"
"GIF*image/gif|"
"JPG*image/jpeg|"
"PNG*image/png|"
"ICO*image/vnd.microsoft.icon|"
"MP3*audio/mpeg|"
);
//Magnus