Adjust ublox gsm location
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -126,7 +126,7 @@ void setup() {
|
||||
|
||||
// Set GSM module baud rate
|
||||
TinyGsmAutoBaud(SerialAT,GSM_AUTOBAUD_MIN,GSM_AUTOBAUD_MAX);
|
||||
//SerialAT.begin(9600);
|
||||
//SerialAT.begin(115200);
|
||||
delay(3000);
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ void loop() {
|
||||
#endif
|
||||
|
||||
DBG("Waiting for network...");
|
||||
if (!modem.waitForNetwork()) {
|
||||
if (!modem.waitForNetwork(600000L)) {
|
||||
delay(10000);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user