Have you been able to get it running and serving web pages? Have you maxed out your posting limit on Twitter yet?

Also, if you encounter any issues with WiServer, please post the details in a new topic and we'll look into it!
Moderator: shard7
//#define APP_WEBSERVER
#define APP_WISERVER
void loop(){
if (millis() >= (prevMillis+updateInterval)) {
getSiteMsg.submit();
prevMillis = millis();
char newURL[] = "/ardu/reportDoG4.php?WID=96&arduWiFi=1"; //create a new string
char* pnU = newURL; //create a pointer to that string
getSiteMsg.setURL(pnU); //creates 'undefined reference' error here
}
WiServer.server_task();
delay(10);
}
Users browsing this forum: Exabot [Bot] and 1 guest