From 5c86fed1600856243ad7c6d39db03385182af462 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 26 Nov 2022 22:35:43 -0500 Subject: [PATCH] Fixing layout --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 00119b2..b97e875 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Three GPIO pins are used along with a common ground to control three relays, sup For ease of adaption, connection, and prototyping I've decided to use Cat 5 ethernet cabling and RJ45 connectors to connect the Raspberry Pi to the stove, and to a breadboard mockup of the sensors and switches for testing. # Environment Variables -ONTIME - How long to turn the auger on, in milliseconds. -OFFTIME - How long to wait between turning the auger on, in milliseconds. -PAUSETIME - How long to pause when a `pause` file is detected, in milliseconds. +ONTIME - How long to turn the auger on, in milliseconds. +OFFTIME - How long to wait between turning the auger on, in milliseconds. +PAUSETIME - How long to pause when a `pause` file is detected, in milliseconds. DEBUG - Displays extra log information when set to `true` # Controls -Run with `node main.js > log.txt &` to launch it in the background, piping output to a file `log.txt` which can be read from later. -Pause the script by creating a file named `pause` in the root directory. -Reload the environment variables by creating a file named `reload` in the root directory. +Run with `node main.js > log.txt &` to launch it in the background, piping output to a file `log.txt` which can be read from later. +Pause the script by creating a file named `pause` in the root directory. +Reload the environment variables by creating a file named `reload` in the root directory. Quit the script by creating a file named `quit` in the root directory. \ No newline at end of file