Browse Source

Merged with k4be-master

pblac 2 năm trước cách đây
mục cha
commit
13402e69b9
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      soft/.gitignore
  2. 1 1
      soft/gpx.c

+ 1 - 0
soft/.gitignore

@@ -0,0 +1 @@
+/obj/

+ 1 - 1
soft/gpx.c

@@ -172,7 +172,7 @@ void gpx_process_point(struct location_s *loc, FIL *file){
 	}
 #else
 	gpx_write(loc, file);
-	xputs_P(PSTR("GPX point written\r\n"));
+	xputs_P(PSTR("GPX point written, processing disabled\r\n"));
 #endif
 }