From a70bad385fac16549016f74ecfa85ae3894ee3e2 Mon Sep 17 00:00:00 2001 From: Michael Mogenson Date: Fri, 20 Feb 2026 18:36:08 -0500 Subject: [PATCH] Change network hostname from 'espressif' to 'mimiclaw' Small change to sdkconfig.defaults that helps make this device more identifiable on the local network. --- sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdkconfig.defaults b/sdkconfig.defaults index b9b6c20..61781c3 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -1,2 +1,5 @@ # MimiClaw - Common Default Configuration # Target-specific settings are in sdkconfig.defaults.esp32s3 + +# Network hostname +CONFIG_LWIP_LOCAL_HOSTNAME="mimiclaw"