ed: READMEs
This commit is contained in:
parent
7d6405bf4f
commit
27d5dfaaa2
@ -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.
|
||||
|
||||
```
|
||||
==============================
|
||||
|
@ -1,5 +1,7 @@
|
||||
## Utilidades
|
||||
Scripts para enviar peticiones web al ESP.
|
||||
|
||||
### caldera.sh
|
||||
Script para enviar peticiones web al ESP.
|
||||
|
||||
```
|
||||
==============================
|
||||
|
@ -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__':
|
||||
|
Loading…
Reference in New Issue
Block a user