Add keepalive_spec and stream handling tests

This commit is contained in:
Nick O'Leary
2014-02-08 23:15:13 +00:00
parent 3930b15158
commit c37e03e2a8
7 changed files with 331 additions and 117 deletions

View File

@ -35,7 +35,7 @@ void callback(char* topic, byte* payload, unsigned int length) {
}
EthernetClient ethClient;
PubSubClient client(server, 1883, callback, ethClient, &sram);
PubSubClient client(server, 1883, callback, ethClient, sram);
void setup()
{