File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
// /////////// ///////////////
10
10
11
11
// ////////// 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
15
15
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
18
18
const char * tp = " cmnd/sonoffA" ; // hilo de sub/pub
19
19
int data = 14 ; // DIN pin of MAX7219 module
20
20
int load = 13 ; // CS pin of MAX7219 module
You can’t perform that action at this time.
0 commit comments