From 14f15cd95ca3dcf14e7eaf739593ac8c5d861c59 Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Fri, 17 Apr 2020 07:49:04 +0200 Subject: [PATCH] Update Prop.md --- help/Prop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/Prop.md b/help/Prop.md index 9c1f42a..0c61731 100644 --- a/help/Prop.md +++ b/help/Prop.md @@ -12,7 +12,7 @@ * Defining a *WifiProp* 2. [Setup the *Prop*](#2-setup-the-prop) * Change timings -3. [Call in sketch *loop()*](#3-call-in-sketch-loop) +3. [Call in *loop()*](#3-call-in-loop) 4. [Implement `InboxMessage::run()` callback](#4-implement-inboxmessagerun-callback) 5. [Update broker address from SSH (*BridgeProp*)](#5-update-broker-address-from-ssh-bridgeprop) 6. [[Examples](#6-examples)] @@ -229,7 +229,7 @@ Timings can be changed anywhere in the code with `resetIntervals()`: ``` -## 3. Call in sketch *loop()* +## 3. Call in *loop()* ```csharp void loop() {