Adjusting phone apps with the latest Android studio and Android 7; adjusting Spruce...
[iot2.git] / benchmarks / drivers / Java / SpruceSensor / SpruceSensor.java
index e0511234165a31cb5112de872b8eac213fe0fd8c..d0b0f11ce4bf1e898b4770e769ea050e7f6d144e 100644 (file)
@@ -80,6 +80,7 @@ public class SpruceSensor implements IoTZigbeeCallback, MoistureSensor {
                        while (!didBind.get()) {
                                zigConnection.sendBindRequest(0x0001, 0x0405, 0x01);
                                try {
+                                   System.out.println("Sending bind request!");
                                        Thread.sleep(TIMEOUT_FOR_RESEND_MSEC);
                                } catch (Exception e) {
                                        e.printStackTrace();