Skip to content

Commit 31223e4

Browse files
authored
Merge pull request #3530 from askpatrickw/hostname-example
Set default hostname
2 parents a57c5a1 + 2b2003f commit 31223e4

File tree

1 file changed

+6
-0
lines changed
  • ports/esp32s2/boards/adafruit_metro_esp32s2

1 file changed

+6
-0
lines changed

ports/esp32s2/boards/adafruit_metro_esp32s2/sdkconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,9 @@ CONFIG_SPIRAM_USE_MEMMAP=y
3131
CONFIG_SPIRAM_MEMTEST=y
3232
# CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY is not set
3333
# end of SPI RAM config
34+
35+
#
36+
# LWIP
37+
#
38+
CONFIG_LWIP_LOCAL_HOSTNAME="Metro-ESP32S2"
39+
# end of LWIP

0 commit comments

Comments
 (0)