test
Dependencies: MTS-Serial libmDot mbed-rtos mbed
Fork of mDot_LoRa_Connect_Example by
Diff: zigbee_write.cpp
- Revision:
- 3:9287b58b18e5
- Parent:
- 2:20a5d4681abf
--- a/zigbee_write.cpp Tue Jan 31 12:56:05 2017 +0000 +++ b/zigbee_write.cpp Fri Feb 17 10:25:25 2017 +0000 @@ -32,10 +32,10 @@ init_func(); } printf("\r.............Zigbee Initializing ...............\n\r"); - if (deviceId == 1) - wait(20); - else - wait(10); + //if (deviceId == 1) + // wait(20); + //else + //wait(20); int i = 0; log_serial.baud(9600); unsigned char requestMsg[19]; @@ -73,7 +73,7 @@ if (deviceId == 1) wait(20); else - wait(10); + wait(5); }