Skip to content

Commit 5ba87c3

Browse files
author
co sto
committed
Update ESP_Messenger.ino
1 parent e5c092e commit 5ba87c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ESP_Messenger.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include <Wire.h>
1414
#include "font.h"
1515
#define OLED_address 0x3c
16-
#define SSID "FRITZ"
17-
#define PASS "33149193jc"
16+
#define SSID "SSID"
17+
#define PASS "Password"
1818
// ******************* String form to sent to the client-browser ************************************
1919
String form =
2020
"<p>"

0 commit comments

Comments
 (0)