Point to google

This commit is contained in:
Mathieu Carbou
2024-10-13 10:10:21 +02:00
parent 784df13d4b
commit b5d869b70b

View File

@@ -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;