Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Isysxp committed Dec 1, 2024
1 parent bf1549a commit 5387686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESP_Terminal.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
void ParseTelnet(WiFiClient TCPclient);
#define GFX_DEV_DEVICE WAVESHARE_ESP32_S3_TFT_4_3
#define GFX_BL 2
const char* ssid = "BT-Q6CTR8"; // CHANGE TO YOUR WIFI SSID
const char* password = "c531a3d358"; // CHANGE TO YOUR WIFI PASSWORD
const char* ssid = "MySSID"; // CHANGE TO YOUR WIFI SSID
const char* password = "MyPassword"; // CHANGE TO YOUR WIFI PASSWORD
const int serverPort = 23;
IPAddress raspberryIp(192, 168, 1, 110); // Change to the address of a Raspberry Pi

Expand Down

0 comments on commit 5387686

Please sign in to comment.