13 lines
250 B
TOML
13 lines
250 B
TOML
|
# 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"
|