With my hostname

Fork of lwip-eth by mbed official

Files at this revision

API Documentation at this revision

Comitter:
ecolby
Date:
Fri Jul 22 10:10:26 2016 +0000
Parent:
25:ba0a1c5bf54e
Commit message:
Tweak to change hostname

Changed in this revision

arch/TARGET_NXP/lpc17_emac.c Show annotated file Show diff for this revision Revisions of this file
--- a/arch/TARGET_NXP/lpc17_emac.c	Thu Mar 12 14:31:53 2015 +0000
+++ b/arch/TARGET_NXP/lpc17_emac.c	Fri Jul 22 10:10:26 2016 +0000
@@ -992,7 +992,7 @@
 
 #if LWIP_NETIF_HOSTNAME
 	/* Initialize interface hostname */
-	netif->hostname = "lwiplpc";
+	netif->hostname = "Purrmetrix";
 #endif /* LWIP_NETIF_HOSTNAME */
 
 	netif->name[0] = 'e';