circuitpython/ports/espressif/boards/maker_badge/sdkconfig

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

7 lines
97 B
Plaintext
Raw Normal View History

2022-11-02 17:10:44 -04:00
CONFIG_ESP32S2_SPIRAM_SUPPORT=n
# LWIP
#
2022-11-06 16:07:12 -05:00
CONFIG_LWIP_LOCAL_HOSTNAME="Maker_badge"
2022-11-02 17:10:44 -04:00
# end of LWIP