merge master/devel

This commit is contained in:
jp.av.dev 2021-07-14 20:59:45 -04:00
commit 0a47198535
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";
```