Skip to content

Commit

Permalink
Added Network example
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 11, 2024
1 parent 3347c57 commit d8b8d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/Network/Network.ino
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ void setup()
delay(1000);
}

// Get model info
modem.sendAT("+SIMCOMATI");
modem.waitResponse();

//SIM7672G Can't set network mode
#ifndef TINY_GSM_MODEM_SIM7672
if (!modem.setNetworkMode(MODEM_NETWORK_AUTO)) {
Expand Down

0 comments on commit d8b8d20

Please sign in to comment.