I have a lot of boards and usually need to re-use code even for different projects.

settings.toml 188B

12345678
  1. # settings.toml
  2. CIRCUITPY_WIFI_SSID = "SSID"
  3. CIRCUITPY_WIFI_PASSWORD = "PASSWORD"
  4. TUMBLR_KEY = "key"
  5. TUMBLR_SECRET = "secret"
  6. TUMBLR_OTOKEN = "oauth_token"
  7. TUMBLR_OSECRET = "oauth_secret"