ugnen

git clone https://git.tarina.org/ugnen
Log | Files | Refs

commit 2d52204f308065cfc722aedfc09073044162910e
parent a2dd6360a7958db50feb8f1273b0c74106de377c
Author: rbckman <rob@tarina.org>
Date:   Thu,  8 Sep 2022 11:42:22 +0100

bcm not board

Diffstat:
Mmax6675.py | 2+-
Aremoteconnect.sh | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/max6675.py b/max6675.py @@ -1,6 +1,6 @@ import RPi.GPIO as GPIO import time -GPIO.setmode(GPIO.BOARD) +GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) # set pin number for communicate with MAX6675 diff --git a/remoteconnect.sh b/remoteconnect.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh -N -R 18888:localhost:22 tarina@radiorymd.com -p 13337