diff --git a/Code/hhz_gps_logger_with_area.ino b/Code/hhz_gps_logger_with_area.ino index fb2eec45ef7a5bb80ac64c7c9a36702d7da0ed16..39422bdb0de52dd85a89187c5db0e5aa6baa5427 100644 --- a/Code/hhz_gps_logger_with_area.ino +++ b/Code/hhz_gps_logger_with_area.ino @@ -122,7 +122,7 @@ void leseGPS(){ Serial.print("Lat-Test: "); Serial.println(gps.location.lat()); - if (gps.satellites.value() > 3){ + if (gps.satellites.value() > 4){ //LED an digitalWrite(led_gpio, HIGH); }else{