2020-04-08 04:21:59 +08:00
|
|
|
// Rename this example to 'myconfig.h' and fill in your details.
|
2019-11-16 22:24:25 +08:00
|
|
|
// This is in the '.gitignore' file, which helps to keep details secret.
|
2019-11-15 00:01:37 +08:00
|
|
|
|
|
|
|
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
|
2019-11-18 17:31:48 +08:00
|
|
|
// (nb: this is not the network hostname)
|
2020-08-22 01:49:14 +08:00
|
|
|
#define CAM_NAME "my-awesome-webcam"
|
2020-08-22 00:36:36 +08:00
|
|
|
|
|
|
|
// Optional initial rotation
|
2020-08-22 01:49:14 +08:00
|
|
|
// #define CAM_ROTATION 90
|
2019-11-18 17:31:48 +08:00
|
|
|
|
2020-08-22 01:49:14 +08:00
|
|
|
// Optional AccessPoint setup, uncomment to enable
|
|
|
|
// #define WIFI_AP
|
|
|
|
// Optionall accesspoint channel number
|
|
|
|
// #define AP_CHAN 5
|