update espMqttClient

This commit is contained in:
technyon
2023-03-27 17:48:22 +02:00
parent 4d566e28fd
commit 44ad2dd320
16 changed files with 13 additions and 36 deletions

View File

@@ -54,10 +54,6 @@ namespace espMqttClientInternals {
return client.write(buf, size);
}
int ClientSyncW5500::available() {
return client.available();
}
int ClientSyncW5500::read(uint8_t* buf, size_t size) {
return client.read(buf, size);
}