From 95823575f50e14603273a385e926fe9ae7bf6d20 Mon Sep 17 00:00:00 2001 From: Anjali Date: Wed, 7 Mar 2018 10:47:17 +0530 Subject: [PATCH] Changes in example according to version 3.0.0 library --- example/ConnectionManager.example.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ConnectionManager.example.nut b/example/ConnectionManager.example.nut index b26981e..bffa9c2 100644 --- a/example/ConnectionManager.example.nut +++ b/example/ConnectionManager.example.nut @@ -28,9 +28,9 @@ // Instantiate ConnectionManager so BlinkUp is always enabled, // and starts connected. cm <- ConnectionManager({ - "startupBehavior": START_CONNECTED, + "startupBehavior": CM_START_CONNECTED, "connectTimeout": 90, - "blinkupBehavior": ConnectionManager.BLINK_ALWAYS + "blinkupBehavior": CM_BLINK_ALWAYS }); // Set the timeout behaviour after failing to connect for 90 seconds.