Skip to content

Commit 388890e

Browse files
committed
Actualiza SSID Password
1 parent 5396ce1 commit 388890e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: src/main.cpp

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
UDP_Servidor_Multicast
33
Created: 2022/09/01
4-
Last modified: 2022/09/03 23:34:53
4+
Last modified: 2022/09/03 23:55:15
55
Version: 1.0
66
77
Author: Miguel Grassi
@@ -38,10 +38,8 @@
3838
#include "WiFi.h"
3939
#include "AsyncUDP.h"
4040

41-
//const char * ssid = "mitodama";
42-
//const char * password = "ALaFubaMabaraCalacaTacuba";
43-
const char * ssid = "MiguelAP";
44-
const char * password = "ALaFubaM";
41+
const char * ssid = "xxxxxxxxxxxxxxxxxxxxxxx";
42+
const char * password = "xxxxxxxxxxxxxxxxxxxxxxx";
4543

4644
const int puerto = 1234;
4745

0 commit comments

Comments
 (0)