Skip to content

Commit 6092ea0

Browse files
committed
settings.toml example rename + license
1 parent 07703c1 commit 6092ea0

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

examples/esp32spi_settings.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-FileCopyrightText: 2019 ladyada for Adafruit Industries
2+
# SPDX-License-Identifier: MIT
3+
4+
# This file is where you keep secret settings, passwords, and tokens!
5+
# If you put them in the code you risk committing that info or sharing it
6+
7+
# The file should be renamed to `settings.toml` and saved in the root of
8+
# the CIRCUITPY drive.
9+
10+
CIRCUITPY_WIFI_SSID="yourssid"
11+
CIRCUITPY_WIFI_PASSWORD="yourpassword"
12+
CIRCUITPY_TIMEZONE="America/New_York"
13+
CIRCUITPY_AIO_USERNAME="youraiousername"
14+
CIRCUITPY_AIO_KEY="youraiokey"

examples/settings.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)