Skip to content

Commit

Permalink
FIX: Nueva ruta al comando de medición de temperatura
Browse files Browse the repository at this point in the history
  • Loading branch information
Veltys committed Apr 14, 2021
1 parent 9d2b1a5 commit 260765e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Su formato se basa en [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) y
- [ ] ~~Hacer que **actualizador.sh** sea "inteligente" y actualice en función de la versión.~~


## [0.10.4] - 2021-04-14
### Arreglado
- Ruta al comando de medición de temperatura en **temperatura.sh**.


## [0.10.3] - 2019-12-19
### Añadido
- Soporte de requisitos de otros servicios en **cpu.sh**, **domotica_servidor.sh**, **reinicar_router.sh** y **temperatura.sh**.
Expand Down
6 changes: 3 additions & 3 deletions Python/temperatura.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# Title : temperatura.py
# Description : Sistema indicador led de la temperatura del procesador en tiempo real. Utiliza tantos leds como GPIOs se le indiquen, siendo el último el de "alarma".
# Author : Veltys
# Date : 2019-06-25
# Version : 3.0.1
# Date : 2021-04-14
# Version : 3.0.2
# Usage : python3 temperatura.py
# Notes : Mandándole la señal "SIGUSR1", el sistema pasa a "modo test", lo cual enciende todos los leds, para comprobar su funcionamiento
# Mandándole la señal "SIGUSR2", el sistema pasa a "modo apagado", lo cual apaga todos los leds hasta que esta misma señal sea recibida de nuevo


CMD_COMANDO = '/opt/vc/bin/vcgencmd'
CMD_COMANDO = '/usr/bin/vcgencmd'
CMD_PARAMETROS = 'measure_temp'
DEBUG = False
DEBUG_REMOTO = False
Expand Down

0 comments on commit 260765e

Please sign in to comment.