Merge pull request #592 from brentru/patch-pyportal-logger
Updating secrets.py information
This commit is contained in:
commit
c279644ce8
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ wifi = adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager(esp, secrets, status_lig
|
|||
# Set your Adafruit IO Username and Key in secrets.py
|
||||
# (visit io.adafruit.com if you need to create an account,
|
||||
# or if you need your Adafruit IO key.)
|
||||
ADAFRUIT_IO_USER = secrets['adafruit_io_user']
|
||||
ADAFRUIT_IO_KEY = secrets['adafruit_io_key']
|
||||
ADAFRUIT_IO_USER = secrets['aio_username']
|
||||
ADAFRUIT_IO_KEY = secrets['aio_key']
|
||||
|
||||
# Create an instance of the Adafruit IO REST client
|
||||
io = RESTClient(ADAFRUIT_IO_USER, ADAFRUIT_IO_KEY, wifi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue