From 39aaa4e9955d90b9e0e09fb4ea4ae6b6d23a8377 Mon Sep 17 00:00:00 2001 From: jbruce Date: Wed, 16 Jan 2019 10:53:40 -0500 Subject: [PATCH] - moved PID tuning guide up into the configuration section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d76033d..d3800cf 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ All parameters are defined in config.py, just copy the example and review/change $ cp config.py.EXAMPLE config.py +You should change, test, and verify PID parameters in config.py. Here is a [PID Tuning Guide](https://github.com/jbruce12000/kiln-controller/blob/master/docs/pid_tuning.md). + ## Usage ### Server Startup @@ -122,7 +124,6 @@ along with this program. If not, see . Please use the issue tracker for project related issues. If you're having trouble with hardware, I did too. Here is a [troubleshooting guide](https://github.com/jbruce12000/kiln-controller/blob/master/docs/troubleshooting.md) I created for testing RPi gpio pins. -If you're having trouble setting PID values, I did too. Here is a [PID Tuning Guide](https://github.com/jbruce12000/kiln-controller/blob/master/docs/pid_tuning.md) ## Origin This project was originally forked from https://github.com/apollo-ng/picoReflow but has diverged a large amount.