asyncTCP fix

This commit is contained in:
proddy
2026-01-03 22:48:17 +01:00
parent 616c73f658
commit 4ae4000944

View File

@@ -42,7 +42,7 @@ int ClientAsync::read(uint8_t* buf, size_t size) {
} }
void ClientAsync::stop() { void ClientAsync::stop() {
client.close(false); client.close();
} }
bool ClientAsync::connected() { bool ClientAsync::connected() {