We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32467f8 commit a842cc3Copy full SHA for a842cc3
Matrix_Portal_S3_Message_Board/settings.toml
@@ -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