From 31ac211a54193af89d1a3f2278668a110bf3f55c Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Fri, 2 Jul 2021 19:53:06 +0100 Subject: [PATCH] Update pi-camera.md --- 4-manufacturing/lessons/2-check-fruit-from-device/pi-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-manufacturing/lessons/2-check-fruit-from-device/pi-camera.md b/4-manufacturing/lessons/2-check-fruit-from-device/pi-camera.md index 39d2b303..67624d14 100644 --- a/4-manufacturing/lessons/2-check-fruit-from-device/pi-camera.md +++ b/4-manufacturing/lessons/2-check-fruit-from-device/pi-camera.md @@ -57,7 +57,7 @@ Program the device. sudo reboot ``` - This will toggle a setting to enable the camera, then reboot the Pi to make sure that setting take effect. Wait for the Pi to reboot, then re-launch VS Code. + This will toggle a setting to enable the camera, then reboot the Pi to make that setting take effect. Wait for the Pi to reboot, then re-launch VS Code. 1. From the terminal, create a new folder in the `pi` users home directory called `fruit-quality-detector`. Create a file in this folder called `app.py`.