From 648d6438b12b70af955c9c804945bcc316c49835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Wed, 29 Jun 2016 13:32:50 -0300 Subject: [PATCH] Corrected error in power level (#217) --- hardware/physical-web/physical-web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/physical-web/physical-web.html b/hardware/physical-web/physical-web.html index ff5ea95b..8a2b6867 100644 --- a/hardware/physical-web/physical-web.html +++ b/hardware/physical-web/physical-web.html @@ -134,7 +134,7 @@

You can also preset the URL, in which case the node does not require any input.

In UID mode this node can take the 10 bytes namespace (as an HEX string) as msg.payload and the 6 bytes instance (as an HEX string) as msg.topic. -

The config window will allow you to set the powerlevel (-30 to 100 db) and the TLM count and period values.

+

The config window will allow you to set the powerlevel (-100 to 20 dbm) and the TLM count and period values.

TLM stands for telemetry data and is a type of packet sent alongside the main packet that provides diagnostics information. The count and period determine the ratio of TLM packets sent versus normal packets. A period of 10 and a count of 2 means that 2 TLM packets are sent for each 10 advertisements.