Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created February 16, 2021 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eydam-prototyping/ed9eb0612cc87152acc851a0fe66967e to your computer and use it in GitHub Desktop.
Save eydam-prototyping/ed9eb0612cc87152acc851a0fe66967e to your computer and use it in GitHub Desktop.
{
"wifi_config": {
"ap_ssid": "ESP32",
"ap_pass": "eydam-protoyping",
"dhcp_hostname": "ESP32"
},
"wifi_nets": [
{
"ssid": "ssid1",
"pass": "pass1"
},
{
"ssid": "ssid2",
"pass": "pass2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment