diff --git a/examples/Network/Network.ino b/examples/Network/Network.ino index 700ed7d..8eddfc8 100644 --- a/examples/Network/Network.ino +++ b/examples/Network/Network.ino @@ -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)) {