Skip to content

Commit

Permalink
Point to google
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 13, 2024
1 parent 784df13 commit b5d869b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/Client/Client.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
#include <AsyncTCP.h>
#include <WiFi.h>

#define HOST "homeassistant.local"
#define PORT 8123
// #define HOST "homeassistant.local"
// #define PORT 8123

#define HOST "www.google.com"
#define PORT 80

size_t permits = CONFIG_LWIP_MAX_ACTIVE_TCP;

Expand Down

0 comments on commit b5d869b

Please sign in to comment.