4 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ int inQuery;
int getData() {
int sensorValue = analogRead(A2);
int sensorValue = analogRead(A7);
return (map(sensorValue, 0, 700, 100, 0));
}

View File

@ -7,7 +7,7 @@ source $funciones
test -z $nombre && exit
test -f $public_key || exit
uuid="$(uuid)"
uuid="$(uuidgen)"
marca_de_tiempo="$(date +%s)"

View File

@ -26,8 +26,8 @@ ficheros="bin envs arduinos.py generador_json funciones registrador desinstalar"
echo "1. Instalando dependencias
"
#apt update && apt install -y python3-pip jsonlint jq uuid
#pip3 install pyserial
apt update && apt install -y python3-pip jsonlint jq uuid
pip3 install pyserial
echo ""