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
|
Prometheus metrics
|
||||||
|
|
||||||
* Ambient temperature
|
* Ambient temperature
|
||||||
* Case temperature
|
* Chamber temperature
|
||||||
* Wort temperature
|
* Wort temperature
|
||||||
* Wort gravity
|
* Wort gravity
|
||||||
* Heater state
|
* Heater state
|
||||||
* Cooler state
|
* Cooler state
|
||||||
|
* Tank pressure
|
||||||
|
|
||||||
# Drivers
|
# Drivers
|
||||||
|
|
||||||
|
@ -82,6 +83,8 @@ modprobe w1-therm
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
|
||||||
|
A Raspberry Pi 1 is used, so we compile for ARMv6.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd cmd/fermentord
|
cd cmd/fermentord
|
||||||
GOARCH=arm GOARM=6 GOOS=linux go build
|
GOARCH=arm GOARM=6 GOOS=linux go build
|
||||||
|
|
Loading…
Reference in a new issue