address forum feedback
This commit is contained in:
parent
cf97c03e8c
commit
d811541ea3
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ except ImportError:
|
||||||
# Add your Adafruit IO Username and Key to secrets.py
|
# Add your Adafruit IO Username and Key to secrets.py
|
||||||
# (visit io.adafruit.com if you need to create an account,
|
# (visit io.adafruit.com if you need to create an account,
|
||||||
# or if you need to obtain your Adafruit IO key.)
|
# or if you need to obtain your Adafruit IO key.)
|
||||||
aio_username = secrets["aio_username"]
|
aio_username = secrets["ADAFRUIT_IO_USERNAME"]
|
||||||
aio_key = secrets["aio_key"]
|
aio_key = secrets["ADAFRUIT_IO_KEY"]
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue