Skip to content

Commit 32467f8

Browse files
committed
Matrix Portal S3 SMS Scroller
SMS Scroller
1 parent fca97b2 commit 32467f8

6 files changed

Lines changed: 11 additions & 0 deletions

File tree

210 KB
Binary file not shown.
234 KB
Binary file not shown.
163 KB
Binary file not shown.
450 KB
Binary file not shown.
7.66 KB
Binary file not shown.
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)