8000 Release 6.0.0 - stop using secrets.py; use WiFiManager · adafruit/Adafruit_CircuitPython_AdafruitIO · GitHub
[go: up one dir, main page]

Skip to content

6.0.0 - stop using secrets.py; use WiFiManager

Compare
Choose a tag to compare
@dhalbert dhalbert released this 24 Feb 15:22
· 2 commits to main since this release
7e8f3c5

What's Changed

Remove usage of secrets and more:

  1. change from using secrets.py to os.getenv
  2. switch from ESPSPI_WiFiManager to WiFiManager
  3. update pool, ssl_context setting to use adafruit_connection_manager like all the other examples

Full Changelog: 5.10.2...6.0.0

0