Skip to content

Commit

Permalink
removed temporary SSID and network name definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Feb 22, 2024
1 parent a448fdd commit 6724abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pio_examples/gui/src/gui.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ DNSServer dnsServer;
#include <ESP8266WiFi.h>
#endif

const char* ssid = "MaRtInG";
const char* password = "martinshomenetwork";
const char* ssid = "ESPUI";
const char* password = "espui";

const char* hostname = "espui";

Expand Down

0 comments on commit 6724abf

Please sign in to comment.