Update WiFiAPClient.cpp - fix extra endif

This commit is contained in:
Matt Smith
2025-05-30 09:56:56 -04:00
committed by GitHub
parent eeb72f509d
commit 18ec1e8c91

View File

@@ -506,4 +506,4 @@ uint8_t getWifiDisconnectReason()
{
return wifiDisconnectReason;
}
#endif