From 7487e5188ba7fd8c23172cda5c6820e454aff806 Mon Sep 17 00:00:00 2001 From: jbruce Date: Wed, 16 Jan 2019 11:05:48 -0500 Subject: [PATCH] - bold sensor_time_wait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 290061c..07ea9ff 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ All parameters are defined in config.py, just copy the example and review/change 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). -You may want to change the configuration parameter sensor_time_wait. It's the duty cycle for the entire system. It's set to two seconds by default which means that a decision is made every 2s about whether to turn on relay[s] and for how long. If you use mechanical relays, you may want to increase this. At 2s, my SSR switches 11,000 times in 13 hours. +You may want to change the configuration parameter **sensor_time_wait**. It's the duty cycle for the entire system. It's set to two seconds by default which means that a decision is made every 2s about whether to turn on relay[s] and for how long. If you use mechanical relays, you may want to increase this. At 2s, my SSR switches 11,000 times in 13 hours. ## Usage