testing against a local jekyll server

This commit is contained in:
Mathieu Carbou
2024-10-13 10:12:38 +02:00
parent b5d869b70b
commit e8133fbd46

View File

@@ -12,8 +12,11 @@
// #define HOST "homeassistant.local"
// #define PORT 8123
#define HOST "www.google.com"
#define PORT 80
// #define HOST "www.google.com"
// #define PORT 80
#define HOST "192.168.125.118"
#define PORT 4000
size_t permits = CONFIG_LWIP_MAX_ACTIVE_TCP;