Skip to content

Commit 5f6ba66

Browse files
authored
Update esp8266-mqtt-matrix.ino
1 parent 5229a41 commit 5f6ba66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

esp8266-mqtt-matrix.ino

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
///////////// ///////////////
1010

1111
//////////// constantes ///////////////
12-
const char* ssid = "WLAN_2DB1"; // red wifi
13-
const char* password = "913458620abcd"; // contraseña
14-
const char* mqttServer = "192.168.1.2"; // direccion servidor mqtt
12+
const char* ssid = "WLAN_xxxx"; // red wifi
13+
const char* password = "xxxxxxxx"; // contraseña
14+
const char* mqttServer = "192.168.1.x"; // direccion servidor mqtt
1515
const int mqttPort = 1883; // puerto de escucha del servidor mqtt
16-
const char* mqttUser = "jesus"; // usuario mqtt
17-
const char* mqttPassword = "cometa1997"; // contraseña mqtt
16+
const char* mqttUser = "xxxxxx"; // usuario mqtt
17+
const char* mqttPassword = "xxxxxxx"; // contraseña mqtt
1818
const char* tp = "cmnd/sonoffA"; // hilo de sub/pub
1919
int data = 14; // DIN pin of MAX7219 module
2020
int load = 13; // CS pin of MAX7219 module

0 commit comments

Comments
 (0)