2024SP-ELE128L/picow-lab-code/Lab09Code/settings.toml

13 lines
250 B
TOML
Raw Normal View History

2024-04-19 10:47:24 -04:00
# Comments are supported
# CSET SSID and pass
LOCATION="STCC"
CIRCUITPY_WIFI_SSID="cset@stcc"
CIRCUITPY_WIFI_PASSWORD="c1s2e3t4"
CIRCUITPY_WEB_API_PORT=80
CIRCUITPY_WEB_API_PASSWORD="passw0rd"
test_variable="this is a test"
thumbs_up="\U0001f44d"