Skip to content

Commit

Permalink
Added LTE Power On Delay
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jul 3, 2024
1 parent 9fbfba4 commit 4e8e26a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ void setup()
delay(100);
digitalWrite(MODEM_PWRKEY_PIN, LOW);

delay(6000);
// Delay sometime wait modem power on
delay(15000);

if (!checkAutoBaud()) {
while (1) {
Expand Down

0 comments on commit 4e8e26a

Please sign in to comment.