Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yar2000T authored Nov 20, 2024
1 parent 92558d8 commit f90468b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Esp8266-code/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ float temp_diff = 0.2;
unsigned long blink = 0;
int blink_type = 0;

const char* ssid = "TP-LINK_CNN";
const char* password = "rdxtfcygv111qaz";
const char* ssid = "YOUR-SSID";
const char* password = "YOUR-PASSWORD";

ESP8266WebServer server(80);
WiFiUDP udp;
Expand Down

0 comments on commit f90468b

Please sign in to comment.