Update README
This commit is contained in:
parent
99d5349281
commit
f8369b4bd0
1 changed files with 4 additions and 1 deletions
|
@ -59,11 +59,12 @@ Control the temperature of your fermentation process.
|
|||
Prometheus metrics
|
||||
|
||||
* Ambient temperature
|
||||
* Case temperature
|
||||
* Chamber temperature
|
||||
* Wort temperature
|
||||
* Wort gravity
|
||||
* Heater state
|
||||
* Cooler state
|
||||
* Tank pressure
|
||||
|
||||
# Drivers
|
||||
|
||||
|
@ -82,6 +83,8 @@ modprobe w1-therm
|
|||
|
||||
# Build
|
||||
|
||||
A Raspberry Pi 1 is used, so we compile for ARMv6.
|
||||
|
||||
```bash
|
||||
cd cmd/fermentord
|
||||
GOARCH=arm GOARM=6 GOOS=linux go build
|
||||
|
|
Loading…
Reference in a new issue