Updated a comment
This commit is contained in:
parent
efe309245c
commit
6eaffa7fa9
@ -55,7 +55,7 @@ class WEBServerManager
|
||||
void clearHttpRequestData();
|
||||
|
||||
WiFiServer _wifiServer;
|
||||
WiFiClient _wifiClient;//One client only, maybe replaced with a fifo in the future
|
||||
WiFiClient _wifiClient;//One client only, may be replaced with a fifo in the future
|
||||
SDCardManager *_sdCardManager;
|
||||
HttpRequestData _httpRequestData;
|
||||
Dictionary<ApiRoutine> _apiDictionary;
|
||||
|
Loading…
Reference in New Issue
Block a user