Skip to content

Commit

Permalink
Change SSID/Pass placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed May 8, 2021
1 parent ff33d7c commit 5dffe43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Esp32JS/Esp32JS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <WiFi.h>
#include "JS.h"

const char *ssid = "VMDF554B9";
const char *pass = "Mp7wjmamPafa";
const char *ssid = "WIFI_NETWORK";
const char *pass = "WIFI_PASSWORD";

void setup() {
Serial.begin(115200);
Expand Down

0 comments on commit 5dffe43

Please sign in to comment.