Skip to content

Commit

Permalink
Replace deprecated type (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
joszuijderwijk authored Dec 11, 2024
1 parent 47342ed commit 0fad7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WiFiManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class WiFiManager
unsigned long _startconn = 0; // ms for timing wifi connects

// defaults
const byte DNS_PORT = 53;
const uint8_t DNS_PORT = 53;
String _apName = "no-net";
String _apPassword = "";
String _ssid = ""; // var temp ssid
Expand Down

0 comments on commit 0fad7f5

Please sign in to comment.