Removed warning about unused variable in the AP wifi info api endpoint
This commit is contained in:
parent
785df2ac11
commit
8638a3cf81
@ -236,6 +236,7 @@ boolean staWifiInfoApi(WEBServer<WEBClient> *ws, WEBServer<WEBClient>::HttpReque
|
||||
|
||||
boolean apWifiInfoApi(WEBServer<WEBClient> *ws, WEBServer<WEBClient>::HttpRequestData &HRD, WiFiClient *wc, void *pData)
|
||||
{
|
||||
(void)HRD;
|
||||
SAB *p = (SAB *)pData;
|
||||
char buffer[300];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user