Skip to content

Commit 5dffe43

Browse files
committed
Change SSID/Pass placeholder
1 parent ff33d7c commit 5dffe43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Esp32JS/Esp32JS.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <WiFi.h>
1212
#include "JS.h"
1313

14-
const char *ssid = "VMDF554B9";
15-
const char *pass = "Mp7wjmamPafa";
14+
const char *ssid = "WIFI_NETWORK";
15+
const char *pass = "WIFI_PASSWORD";
1616

1717
void setup() {
1818
Serial.begin(115200);

0 commit comments

Comments
 (0)