update
This commit is contained in:
@@ -13,10 +13,10 @@ The setup script installs these for you.
|
||||
|
||||
1. Pull the repository.
|
||||
1. Fill out your specific config options in `./server/.env`
|
||||
1. Ensure `./app-dist/scripts/climate-pinger.py` has the correct pin for your adafruit-dht22 device and/or edit the script for your specific setup.
|
||||
1. Ensure `./server/scripts/climate-pinger.py` has the correct pin for your adafruit-dht22 device and/or edit the script for your specific setup.
|
||||
1. Run `./setup.sh` as administrator
|
||||
1. Start the server:
|
||||
> node ./app-dist/main.js
|
||||
> npm start
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -122,4 +122,4 @@ Temp: <temp>
|
||||
Humidity: <humidity>
|
||||
CO2: <co2>
|
||||
```
|
||||
with label and data separated by tabs.
|
||||
with the labels and corresponding data separated by tabs.
|
||||
|
||||
Reference in New Issue
Block a user