esp32-cam-webserver/mywifi.sample.h

11 lines
368 B
C
Raw Normal View History

// Rename this example to 'mywifi.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";
2019-11-18 09:43:07 +08:00
// Optionally give the camera a name for the web interface
// (this is not a network hostname)
// #define CAM_NAME "Chocolate Store"