Changes for beta4 - use EthernetClient not Client
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "PubSubClient.h"
|
||||
#include "Client.h"
|
||||
#include "EthernetClient.h"
|
||||
#include "string.h"
|
||||
|
||||
PubSubClient::PubSubClient() : _client() {
|
||||
|
Reference in New Issue
Block a user