From 593c492ee83f98419148a9439c7e5761aec46439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Mon, 2 May 2016 15:50:01 -0400 Subject: [PATCH] Added msg.advertising = true/false to enable/disable advertising --- hardware/physical-web/physical-web.html | 3 ++ hardware/physical-web/physical-web.js | 41 +++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/hardware/physical-web/physical-web.html b/hardware/physical-web/physical-web.html index 6ec6f3cd..381d20d0 100644 --- a/hardware/physical-web/physical-web.html +++ b/hardware/physical-web/physical-web.html @@ -136,6 +136,9 @@ For example, to set a 20ms interval, you would need to type sudo BLENO_ADVERTISING_INTERVAL=20 node-red

Linux users should READ THIS.

+ +

Sending msg.advestising = false will stop advertisement, sending msg.advestising = true will + resume it.