From 2ada548cc47f7c017f087260530c0f50d2e39c8c Mon Sep 17 00:00:00 2001
From: fauresystems <34378695+fauresystems@users.noreply.github.com>
Date: Fri, 17 Apr 2020 16:24:12 +0200
Subject: [PATCH] Update Prop.md
---
help/Prop.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/help/Prop.md b/help/Prop.md
index 42ae5fc..8d1475c 100644
--- a/help/Prop.md
+++ b/help/Prop.md
@@ -42,7 +42,7 @@ BridgeProp prop(u8"Arduino Blink", // as MQTT client id, should be unique per cl
* `void sendRequ(String request)`
* `void sendRequ(String topic, char*)`
-For `send----()` methods see Application protocol for escape room 2.0 prop
+For `send----()` methods see *Application protocol for escape room 2.0 prop*
*fetch()* always returns the `"var=value "` string ready to be sent in a `DATA` protocol message and update the `_previous` value.