12 lines
376 B
C
12 lines
376 B
C
// Rename this example to 'myconfig.h' and fill in your details.
|
|
// This is in the '.gitignore' file, which helps to keep details secret.
|
|
|
|
const char* ssid = "my-access-point-ssid";
|
|
const char* password = "my-access-point-password";
|
|
|
|
|
|
// Optionally give the camera a name for the web interface
|
|
// (nb: this is not the network hostname)
|
|
|
|
#define CAM_NAME "my-awesome-webcam"
|