Compare commits

...

9 Commits

Author SHA1 Message Date
0a47198535 merge master/devel 2021-07-14 20:59:45 -04:00
d71e26ae64 descripcion func. handler 2021-07-14 20:35:38 -04:00
dba6fdb49e bash script 2021-07-14 18:28:06 -04:00
08fa4ecc51 READMEs 2021-07-14 02:08:51 -04:00
c7051a1da9 urls ESP, baudio,.. 2021-07-13 22:50:58 -04:00
fd36dc6062 inteaccion Nano y ESP, MEJORAR lectura Serie 2021-07-13 03:20:25 -04:00
e8067ec92c test esp web server-wifi client-(lib ESP8266WiFi), 'contenido dinamico' 2021-07-12 21:58:57 -04:00
e882f48c5b test config vars 2021-07-12 20:26:21 -04:00
adbb6e4e3b dev ESP01 2021-07-12 20:13:43 -04:00
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
caldera_esp/confidencial.h

View File

@ -0,0 +1,6 @@
Archivo de configuracion ***confidencial.h***
```c
const char* ssid = "SSID";
const char* password = "password";
```