Skip to content
Snippets Groups Projects
Commit 59ea1cb3 authored by Yusuf Bozkurt's avatar Yusuf Bozkurt
Browse files

Update hhz_gps_logger_with_area.ino

parent 77b9ca8b
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ void leseGPS(){ ...@@ -122,7 +122,7 @@ void leseGPS(){
Serial.print("Lat-Test: "); Serial.print("Lat-Test: ");
Serial.println(gps.location.lat()); Serial.println(gps.location.lat());
if (gps.satellites.value() > 3){ if (gps.satellites.value() > 4){
//LED an //LED an
digitalWrite(led_gpio, HIGH); digitalWrite(led_gpio, HIGH);
}else{ }else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment