diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-15 15:12:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 15:12:40 -0700 |
| commit | 6b272eeb2717a319c70a03a2a230944d28ce1383 (patch) | |
| tree | 2ca2fff7fc35021fa2d56dc6671004a56f1a74cd | |
| parent | 31223e4ae59beb8ac9b3433d8fa4f08043353921 (diff) | |
| parent | 45a3bd1c042dd27eacf78cdcf116f97a7839eee0 (diff) | |
Merge pull request #3555 from UnexpectedCircuitPython/main
Added default LWIP hostnames to FeatherS2 boards
| -rw-r--r-- | ports/esp32s2/boards/unexpectedmaker_feathers2/sdkconfig | 5 | ||||
| -rw-r--r-- | ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/sdkconfig | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ports/esp32s2/boards/unexpectedmaker_feathers2/sdkconfig b/ports/esp32s2/boards/unexpectedmaker_feathers2/sdkconfig index 67ac6d2f3..c9d44460c 100644 --- a/ports/esp32s2/boards/unexpectedmaker_feathers2/sdkconfig +++ b/ports/esp32s2/boards/unexpectedmaker_feathers2/sdkconfig @@ -32,3 +32,8 @@ CONFIG_SPIRAM_MEMTEST=y # CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY is not set # end of SPI RAM config +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="UMFeatherS2" +# end of LWIP diff --git a/ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/sdkconfig b/ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/sdkconfig index b73c4a8c2..00e0bb256 100644 --- a/ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/sdkconfig +++ b/ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/sdkconfig @@ -33,3 +33,9 @@ CONFIG_SPIRAM_USE_MEMMAP=y CONFIG_SPIRAM_MEMTEST=y # CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY is not set # end of SPI RAM config + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="UMFeatherS2" +# end of LWIP |
