mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-07 13:44:26 +02:00
updated libraries for SDK3
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ namespace TNC_Utils {
|
||||
}
|
||||
|
||||
void checkNewClients() {
|
||||
WiFiClient new_client = tncServer.available();
|
||||
WiFiClient new_client = tncServer.accept();
|
||||
if (new_client.connected()) {
|
||||
for (int i = 0; i < MAX_CLIENTS; i++) {
|
||||
WiFiClient* client = clients[i];
|
||||
|
||||
Reference in New Issue
Block a user