EmotiBit / ofxEmotiBit

OpenFrameworks library and examples for the EmotiBit
MIT License
33 stars 7 forks source link

Update content of stock config file #203

Open nitin710 opened 1 year ago

nitin710 commented 1 year ago

Description

The following is a good attempt to make it explicitly clear which fields people should modify.

{
  "WifiCredentials": [
    {
      "ssid": "WIFI_NAME_GOES_HERE",
      "password": "PASSWORD_GOES_HERE"
    }
  ]
}