From aacf5f186c3c60416ef978fd78193e562b9550cb Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Wed, 14 Jul 2021 22:01:35 -0400 Subject: [PATCH] Update caldera_esp/README.md --- caldera_esp/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/caldera_esp/README.md b/caldera_esp/README.md index e61cba6..623a763 100644 --- a/caldera_esp/README.md +++ b/caldera_esp/README.md @@ -1,13 +1,15 @@ -ESP01 -===== +## ESP01 -Archivo de configuracion ***confidencial.h*** +Establece comunicaciĆ³n serial con arduino (**115200 baudio**). +Interface web sencilla para consulta y configuraciones + +Archivo de configuracion ***confidencial.h*** ```c const char* ssid = "SSID"; const char* password = "password"; ``` -## Urls +#### Urls * '**/**' : muestra valores actuales de variables. - ej. http://192.168.65.10/ * '**/accion**' : accionamiento manual, espera argumentos on u off. @@ -21,5 +23,4 @@ const char* password = "password"; * '**/setlibre**' : Mover servo libremente (15 < posicion > 165). - ej. http://192.168.65.10/setlibre?mod=6&pos=125 * '**/auto**' : Modo autonomo. - - ej. http://192.168.65.10/auto - + - ej. http://192.168.65.10/auto \ No newline at end of file