From fd26e4eb8f049346bc664c8856840121a2c02e20 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Tue, 8 Jun 2021 07:04:37 +0100 Subject: [PATCH] Update README.md --- 2-farm/lessons/1-predict-plant-growth/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/2-farm/lessons/1-predict-plant-growth/README.md b/2-farm/lessons/1-predict-plant-growth/README.md index 690981a8..1c545284 100644 --- a/2-farm/lessons/1-predict-plant-growth/README.md +++ b/2-farm/lessons/1-predict-plant-growth/README.md @@ -220,9 +220,7 @@ The CSV file will have two columns - *date* and *temperature*. The *date* column 1. Run this code for a while to capture data. Ideally you should run this for an entire day to gather enough data for GDD calculations. - If you are using Virtual IoT Device: - * Set your temperature value to zero, - * Select the random checkbox and set a range to avoid getting the same temperature everytime the temperature value is returned. + > 💁 If you are using Virtual IoT Device, select the random checkbox and set a range to avoid getting the same temperature everytime the temperature value is returned. ![Select the random checkbox and set a range](../../../images/select-the-random-checkbox-and-set-a-range.png) > 💁 If you want to run this for an entire day, then you need to make sure the computer your server code is running on won't go to sleep, either by changing your power settings, or running something like [this keep system active Python script](https://github.com/jaqsparow/keep-system-active).