ed: READMEs

This commit is contained in:
jp.av.dev 2021-07-18 15:44:09 -04:00
parent 7d6405bf4f
commit 27d5dfaaa2
3 changed files with 8 additions and 5 deletions

View File

@ -101,8 +101,11 @@ const char* password = "password";
- ej. http://192.168.65.10/auto
-----
## Utilidades
Scripts para enviar peticiones web al ESP.
### caldera.sh
Script para enviar peticiones web al ESP.
```
==============================

View File

@ -1,5 +1,7 @@
## Utilidades
Scripts para enviar peticiones web al ESP.
### caldera.sh
Script para enviar peticiones web al ESP.
```
==============================

View File

@ -14,7 +14,7 @@ except ModuleNotFoundError as ex:
sleep(2)
sys.exit()
ESP01 = "http://192.168.31.247"
ESP01 = "http://<IP_ESP>"
clear = lambda: os.system('clear') if os.name == 'posix' else os.system('cls')
def enviar_consulta(consulta):
@ -293,5 +293,3 @@ while True:
print(Fore.BLUE+Back.LIGHTBLACK_EX+Style.DIM+" "+Style.RESET_ALL)
sys.exit()
#if __name__ == '__main__':