Skip to content

Commit

Permalink
set wifi pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hiibrarahmad committed Feb 11, 2023
1 parent acf32cf commit dadfc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ESP32_CAM_WEBSOCKET_CLIENT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#include "camera_pins.h"

const char* ssid = "ESP32-THAT-PROJECT";
const char* password = "California";
const char* ssid = "ibrar";
const char* password = "ibrar";

const char* websockets_server_host = "192.168.4.1";
const uint16_t websockets_server_port = 8888;
Expand Down

0 comments on commit dadfc79

Please sign in to comment.