From 8638a3cf81903f40415bd51e8e137544130c1709 Mon Sep 17 00:00:00 2001 From: Anatole SCHRAMM Date: Tue, 18 Oct 2022 09:23:43 +0200 Subject: [PATCH] Removed warning about unused variable in the AP wifi info api endpoint --- src/app/webApi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/webApi.cpp b/src/app/webApi.cpp index 19247c3..b1aabb8 100644 --- a/src/app/webApi.cpp +++ b/src/app/webApi.cpp @@ -236,6 +236,7 @@ boolean staWifiInfoApi(WEBServer *ws, WEBServer::HttpReque boolean apWifiInfoApi(WEBServer *ws, WEBServer::HttpRequestData &HRD, WiFiClient *wc, void *pData) { + (void)HRD; SAB *p = (SAB *)pData; char buffer[300];