From c7d8a98f03dadce4bcb4e9bbb62836e99945b1b5 Mon Sep 17 00:00:00 2001
From: fauresystems <34378695+fauresystems@users.noreply.github.com>
Date: Fri, 17 Apr 2020 18:07:50 +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 95c7274..5c639d5 100644
--- a/help/Prop.md
+++ b/help/Prop.md
@@ -26,7 +26,7 @@ BridgeProp prop(u8"Arduino Blink", // as MQTT client id, should be unique per cl
## Interface
-The *Prop* class interface is consistent with the Prop class from the PyProps library.
+The *Prop* class interface is consistent with the Prop class of the PyProps library for Raspberry boards.
* `virtual void begin(void(*)(String) = NULL) = 0`
* `void addData(PropData*)`