Skip to content

Commit

Permalink
fixing the webpage error
Browse files Browse the repository at this point in the history
  • Loading branch information
hiibrarahmad committed Feb 12, 2023
1 parent dadfc79 commit f92e94d
Show file tree
Hide file tree
Showing 3 changed files with 1,104 additions and 370 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
platform = espressif32
board = esp-wrover-kit
framework = arduino
lib_deps = https://github.com/gilmaimon/ArduinoWebsockets

2 changes: 1 addition & 1 deletion src/ESP32_CAM_WEBSOCKET_CLIENT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "camera_pins.h"

const char* ssid = "ibrar";
const char* password = "ibrar";
const char* password = "ibrarahmad";

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

0 comments on commit f92e94d

Please sign in to comment.