This shows you the differences between two versions of the page.
pm:prj2023:avaduva:faceid_security_system [2023/05/28 23:59] razvan.uleia |
pm:prj2023:avaduva:faceid_security_system [2023/05/29 20:09] (current) razvan.uleia |
||
---|---|---|---|
Line 60: | Line 60: | ||
#define output 2 | #define output 2 | ||
- | const char* ssid = "mySSID"; | + | const char* ssid = "your_SSID"; |
- | const char* password = "caca"; | + | const char* password = "your_PASSWORD"; |
AsyncWebServer server(8080); | AsyncWebServer server(8080); | ||
void startCameraServer(); | void startCameraServer(); |