From 5dfdc44eb431dc785eb75776e47ae8f78efd27b9 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 26 Nov 2022 22:37:13 -0500 Subject: [PATCH] Switch to bulleted lists --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b97e875..3fb4e50 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. -DEBUG - Displays extra log information when set to `true` +* 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. -Quit the script by creating a file named `quit` in the root directory. \ No newline at end of file +* 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