Change network hostname from 'espressif' to 'mimiclaw'

Small change to sdkconfig.defaults that helps make this device more
identifiable on the local network.
This commit is contained in:
Michael Mogenson
2026-02-20 18:36:08 -05:00
parent 0b9e66aa4a
commit a70bad385f

View File

@@ -1,2 +1,5 @@
# MimiClaw - Common Default Configuration
# Target-specific settings are in sdkconfig.defaults.esp32s3
# Network hostname
CONFIG_LWIP_LOCAL_HOSTNAME="mimiclaw"