Skip to content

Commit

Permalink
use cold start
Browse files Browse the repository at this point in the history
  • Loading branch information
gasagna committed Sep 29, 2024
1 parent 0db84d5 commit 0815ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GNSS/GNSS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void setup() {

// enable gps
Serial.print("Enabling GNSS ...");
if (gnss.enableGNSS(GPSStart_t::HOT) == false) {
if (gnss.enableGNSS(GPSStart_t::COLD) == false) {
Serial.println("error");
while (true) {}
}
Expand Down

0 comments on commit 0815ed4

Please sign in to comment.