From d25e59a8779bab77156fea48af950b15f207e2a0 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Thu, 7 Jul 2022 10:35:45 +1000 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index fe913f8..61cd4c1 100644 --- a/main.py +++ b/main.py @@ -39,6 +39,7 @@ while True: camera.capture(file_name) #Sets PIR Sensor back to waiting for motion + print("\nWaiting for no Motion!") pir.wait_for_no_motion() #Used to turn off the LED after 0.2 Secs