Skip to content

Commit d811541

Browse files
author
Brent Rubell
committed
address forum feedback
1 parent cf97c03 commit d811541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color

CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# Add your Adafruit IO Username and Key to secrets.py
2222
# (visit io.adafruit.com if you need to create an account,
2323
# or if you need to obtain your Adafruit IO key.)
24-
aio_username = secrets["aio_username"]
25-
aio_key = secrets["aio_key"]
24+
aio_username = secrets["ADAFRUIT_IO_USERNAME"]
25+
aio_key = secrets["ADAFRUIT_IO_KEY"]
2626

2727
# WiFi
2828
try:

0 commit comments

Comments
 (0)