Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/network-helper.h
- Revision:
- 75:08eff6258e1b
- Parent:
- 74:f26e846adfe9
--- a/source/network-helper.h Sun Mar 10 09:46:06 2019 +0000 +++ b/source/network-helper.h Thu Mar 14 21:34:06 2019 +0000 @@ -152,8 +152,8 @@ error = network->set_blocking(false); printf("Wifi Interface set to Non-Blocking .\n"); - printf("Waiting for 30 seconds before starting scan...\n"); - for(int i=0;i<30;i++){ + printf("Waiting for 5 seconds before starting scan...\n"); + for(int i=0;i<5;i++){ printf("%d", i); wait(1); } @@ -172,8 +172,8 @@ // return -1; //} #endif - printf("Waiting for 30 seconds before connecting...\n"); - for(int i=0;i<30;i++){ + printf("Waiting for 5 seconds before connecting...\n"); + for(int i=0;i<5;i++){ printf("%d", i); wait(1); }