Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 43182bc

Browse files
committed
use c++ nullptr for init
1 parent 8d28d67 commit 43182bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPAsync_WiFiManager_Lite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ class ESPAsync_WiFiManager_Lite
12771277
private:
12781278
String ipAddress = "0.0.0.0";
12791279

1280-
AsyncWebServer *server = NULL;
1280+
AsyncWebServer *server = nullptr;
12811281
AsyncDNSServer *dnsServer = nullptr;
12821282

12831283
//KH, for ESP32

0 commit comments

Comments
 (0)