Add files via upload

This commit is contained in:
Anne Barela 2023-11-16 15:58:53 -05:00 committed by GitHub
parent 32467f8749
commit a842cc3f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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"