circuitpython/ports/espressif/boards/lolin_s3/sdkconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
229 B
Plaintext
Raw Normal View History

2022-09-02 23:06:51 -04:00
#
2023-09-11 19:53:14 -04:00
# Espressif IoT Development Framework Configuration
2022-09-02 23:06:51 -04:00
#
#
2023-09-11 19:53:14 -04:00
# Component config
2022-09-02 23:06:51 -04:00
#
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="LOLIN-S3"
# end of LWIP
# end of Component config
2023-09-11 19:53:14 -04:00
# end of Espressif IoT Development Framework Configuration