This commit is contained in:
MichaelDvP
2026-01-07 08:38:01 +01:00
44 changed files with 800 additions and 451 deletions

View File

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