Skip to content

Commit a842cc3

Browse files
authored
Add files via upload
1 parent 32467f8 commit a842cc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2023 Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
# This is where you store the credentials necessary for your code.
6+
# The associated demo only requires WiFi, but you can include any
7+
# credentials here, such as Adafruit IO username and key, etc.
8+
CIRCUITPY_WIFI_SSID = "Your WIFI SSID"
9+
CIRCUITPY_WIFI_PASSWORD = "Wifi Password"
10+
AIO_USERNAME = "username"
11+
AIO_KEY = "adafruitIO key"

0 commit comments

Comments
 (0)