adafruit / Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface
MIT License
103 stars 75 forks source link

Use setting.toml instead of secrets.py #179

Closed FoamyGuy closed 12 months ago

FoamyGuy commented 1 year ago

@kattni These are the changes needed within this library to switch over to settings.toml. It does seem to work as expected with the examples in this repo tested on a PyPortal 8.2.0.

There are examples in other repos, and in various learn guide projects that use secrets.py as well. Many of the learn guides have this page dedicated to internet connection: https://learn.adafruit.com/pyportal-weather-station/internet-connect which also contains code an information related to secrets.py. We'd probably want to have a new revision of that page that is centered around settings.toml instead.

FoamyGuy commented 12 months ago

closing in favor of #182