Add files via upload
This commit is contained in:
parent
32467f8749
commit
a842cc3f53
1 changed files with 11 additions and 0 deletions
11
Matrix_Portal_S3_Message_Board/settings.toml
Normal file
11
Matrix_Portal_S3_Message_Board/settings.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2023 Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# This is where you store the credentials necessary for your code.
|
||||
# The associated demo only requires WiFi, but you can include any
|
||||
# credentials here, such as Adafruit IO username and key, etc.
|
||||
CIRCUITPY_WIFI_SSID = "Your WIFI SSID"
|
||||
CIRCUITPY_WIFI_PASSWORD = "Wifi Password"
|
||||
AIO_USERNAME = "username"
|
||||
AIO_KEY = "adafruitIO key"
|
||||
Loading…
Reference in a new issue