mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-13 17:44:32 +02:00
Point to google
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user