Skip to content

Commit

Permalink
change pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hiibrarahmad committed Feb 11, 2023
1 parent 276eaf2 commit 8ff4865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ESP32_WEBSOCKET_SERVER_WITH_TFT_JPEG_V3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <TJpg_Decoder.h>
#include <TFT_eSPI.h>

const char* ssid = "ESP32-THAT-PROJECT";
const char* password = "California";
const char* ssid = "ibrar;
const char* password = "ibrarahmad";
using namespace websockets;
WebsocketsServer server;
Expand Down

0 comments on commit 8ff4865

Please sign in to comment.