Skip to content

Commit c70b810

Browse files
committed
Update faulty example
1 parent 8eb7841 commit c70b810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cloud/iot-cloud/tutorials/03.cloud-scheduler/cloud-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For this tutorial, you will need a cloud compatible board. You can see the full
4040
The working principle of the scheduler is pretty straight forward. The `CloudSchedule` variable can be configured to go off at a specific time, with a specific duration. In the code, you do not need to worry about any timers, as this is done in the Arduino IoT Cloud. The "jobs" are created in the dashboard, through a widget associated to the variable.
4141

4242
For example, we can set `schedule_variable` to be:
43-
- ON for 10 seconds, every 10 minutes
43+
- ON for 10 seconds, every minute.
4444
- ON for 8 hours, every day.
4545
- ON for a week, and then finish.
4646

0 commit comments

Comments
 (0)