diff --git a/components/lwip/port/esp8266/netif/ethernetif.c b/components/lwip/port/esp8266/netif/ethernetif.c index ce63956f..e68ee90d 100644 --- a/components/lwip/port/esp8266/netif/ethernetif.c +++ b/components/lwip/port/esp8266/netif/ethernetif.c @@ -468,7 +468,7 @@ int8_t ethernetif_init(struct netif* netif) #if LWIP_NETIF_HOSTNAME - netif->hostname = "lwip"; + netif->hostname = "LWIP"; #endif /* LWIP_NETIF_HOSTNAME */