remove unused comments

This commit is contained in:
Proddy
2024-02-10 15:43:59 +01:00
parent 52479c408f
commit 303e86a5eb
7 changed files with 0 additions and 12 deletions

View File

@@ -11,8 +11,6 @@
#define SCAN_NETWORKS_SERVICE_PATH "/rest/scanNetworks"
#define LIST_NETWORKS_SERVICE_PATH "/rest/listNetworks"
// #define MAX_WIFI_SCANNER_SIZE 1024
class WiFiScanner {
public:
WiFiScanner(AsyncWebServer * server, SecurityManager * securityManager);