We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf97c03 commit d811541Copy full SHA for d811541
1 file changed
CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py
@@ -21,8 +21,8 @@
21
# Add your Adafruit IO Username and Key to secrets.py
22
# (visit io.adafruit.com if you need to create an account,
23
# or if you need to obtain your Adafruit IO key.)
24
-aio_username = secrets["aio_username"]
25
-aio_key = secrets["aio_key"]
+aio_username = secrets["ADAFRUIT_IO_USERNAME"]
+aio_key = secrets["ADAFRUIT_IO_KEY"]
26
27
# WiFi
28
try:
0 commit comments