Skip to content

Commit dc88b99

Browse files
authored
Merge pull request #1 from dperish/dperish-fix-breaking-change-for-esp8266_3_2_0
Update WiFiManager.h
2 parents f1779c9 + 86925b7 commit dc88b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WiFiManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ class WiFiManager
426426
IPAddress _sta_static_dns;
427427

428428
// defaults
429-
const byte DNS_PORT = 53;
430-
const byte HTTP_PORT = 80;
429+
uint8_t DNS_PORT = 53;
430+
const uint8_t HTTP_PORT = 80;
431431
String _apName = "no-net";
432432
String _apPassword = "";
433433
String _ssid = ""; // var temp ssid

0 commit comments

Comments
 (0)