Skip to content

Commit

Permalink
Updated usersettings
Browse files Browse the repository at this point in the history
  • Loading branch information
CybDis committed Mar 21, 2022
1 parent 7a65914 commit ac659e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/user_settings.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//------------------------------------------------
// WiFi Configuration
const char* ssid = "AreaBlue";
const char* password = "8998968153047257";
const char* wifihostname = "ESP-Klingel";
const char* ssid = "WIFI-SID";
const char* password = "WIFI-PWD";
const char* wifihostname = "ESP-Doorbell";

// Network Configuration
const char *local_IP = "192.168.178.220"; // use static IP for performance reasons
Expand Down

0 comments on commit ac659e9

Please sign in to comment.