refactor: temperature

This commit is contained in:
2019-02-24 22:46:36 +01:00
parent d6f41b8105
commit 1a3a31c5f2
24 changed files with 605 additions and 292 deletions

View File

@ -7,5 +7,5 @@ go-build-arm7:
GOOS=linux GOARCH=arm GOARM=7 go build -o flucky -ldflags "-X main.version=${VERSION}"
pi-copy: go-build-arm7
scp flucky hades:/usr/local/bin
ssh hades 'chmod +x /usr/local/bin/flucky'
scp flucky hades.trier.cryptic.systems:/usr/local/bin
ssh hades.trier.cryptic.systems 'chmod +x /usr/local/bin/flucky'