Closed scarolan closed 2 years ago
Small issue with the tutorial here: https://learn.adafruit.com/quickstart-rp2040-pico-with-wifi-and-circuitpython/usage-with-adafruit-io
It asks you to configure secrets.py with aio_password but the code example wants aio_key.
aio_password
aio_key
@scarolan Thanks for reporting an issue. I've updated the tutorial page to reflect this.
You guys are the best! Thank you for CircuitPython 🐍
Small issue with the tutorial here: https://learn.adafruit.com/quickstart-rp2040-pico-with-wifi-and-circuitpython/usage-with-adafruit-io
It asks you to configure secrets.py with
aio_password
but the code example wantsaio_key
.