strange, the error message is smaller now.
Arduino: 1.6.10 (Windows 8.1), Board:"Arduino/Genuino Uno"
testethernet:73: error: missing terminating " character
sprintf(outBuf, "GET % s HTTP / 1.1″, page);
^
C:\Users\spotify10\Documents\Arduino\testethernet\testethernet.ino: In function 'void loop()':
testethernet:58: error: 'pushButton' was not declared in this scope
pushButton();
^
C:\Users\spotify10\Documents\Arduino\testethernet\testethernet.ino: In function 'byte getPage(IPAddress, int, char*)':
testethernet:74: error: expected ')' before ';' token
client.println(outBuf);
^
exit status 1
missing terminating " character
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
[b][/b]
ethernet2 library: