Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit b5d869b

Browse files
committed
Point to google
1 parent 784df13 commit b5d869b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/Client/Client.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
#include <AsyncTCP.h>
1010
#include <WiFi.h>
1111

12-
#define HOST "homeassistant.local"
13-
#define PORT 8123
12+
// #define HOST "homeassistant.local"
13+
// #define PORT 8123
14+
15+
#define HOST "www.google.com"
16+
#define PORT 80
1417

1518
size_t permits = CONFIG_LWIP_MAX_ACTIVE_TCP;
1619

0 commit comments

Comments
 (0)