Skip to content

Commit

Permalink
Merge pull request #544 from arduino/gps-fix-disable
Browse files Browse the repository at this point in the history
allow proper GPS functionality after disable
  • Loading branch information
facchinm authored Sep 2, 2022
2 parents 505c3d8 + 1a3b712 commit 0fadbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/GPS/src/GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void arduino::GPSClass::end()
_engine = !checkGNSSEngine("^SGPSC: \"Engine\",\"0\"");
}

_serial->write("^SSIO=7,0\r\n", sizeof("^SSIO=7,0\r\n"));
_serial->write("AT^SSIO=7,0\r\n", sizeof("AT^SSIO=7,0\r\n"));
readAndDrop();
}

Expand Down

0 comments on commit 0fadbde

Please sign in to comment.