Skip to content

Commit 9fe660b

Browse files
committed
Add some more time for boot so the SYSTART URC is received
1 parent d9b4f57 commit 9fe660b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lte.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ bool LteClass::begin(const bool print_messages) {
9898
if (!SequansController.isInitialized()) {
9999
SequansController.begin();
100100

101-
// Allow 50ms for boot
102-
delay(50);
101+
// Allow 2s for boot, we have to wait until the SYSSTART URC arrives
102+
delay(2000);
103103
}
104104

105105
SequansController.clearReceiveBuffer();

0 commit comments

Comments
 (0)