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

settings.toml 117B

1234567
  1. # settings.toml
  2. WIFI1 = "ssid 1"
  3. WIFIPW1 = "pw 1"
  4. WIFI2 = "ssid 2"
  5. WIFIPW2 = "pw 2"
  6. WIFI3 = "ssid 3"
  7. WIFIPW3 = "pw 3"