Skip to content

Commit 55f3054

Browse files
pascal-nordicnordicjm
authored andcommitted
samples: cellular: multi_service: Remove delay after L4 up
The L4 up delay appears to be removable now, Wi-Fi is more stable. IRIS-9476 Signed-off-by: Pascal Hernandez <[email protected]>
1 parent dcf9fa9 commit 55f3054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/cellular/nrf_cloud_multi_service/src/cloud_connection.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ static void l4_event_handler(struct net_mgmt_event_callback *cb,
316316
if (event == NET_EVENT_L4_CONNECTED) {
317317
LOG_INF("Network connectivity gained!");
318318

319-
k_sleep(K_MSEC(1000));
320-
321319
/* Set the network ready flag */
322320
k_event_post(&cloud_events, NETWORK_READY);
323321

0 commit comments

Comments
 (0)