From 0db0eda1b6e4467233f08c49541b6bf541e9dc2c Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 27 Dec 2015 07:36:20 +0100 Subject: [PATCH] edit readme --- controller/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/controller/README.md b/controller/README.md index 310a6be..d558b6b 100644 --- a/controller/README.md +++ b/controller/README.md @@ -3,4 +3,10 @@ ## Installation 1. Go to every subdirectory in drivers directory and follow instructions about installation of drivers -2. configure cron to run controller.py every 3 minutes as a superuser +2. configure cron to run controller.py every 15 minutes as a superuser: + +``` +crontab -e -u root +#enter this line +*/15 * * * * /usr/bin/python /home/pi/projects/tfm/controller/controller.py "Automatski, Senad Uka" +```