Ivan Stoev / HeptaCamera_GPS

Dependents:   3daf572bcae1 Team Team01_HEPTA_Trainig

Fork of HeptaCamera_GPS by HEPTA-Sat Training 2017~2018

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Wed Sep 06 06:07:39 2017 +0000
Parent:
10:d4ecef9ef8fd
Child:
13:e3ad89e65f66
Commit message:
Hepta Camera&GPS Library

Changed in this revision

HeptaCamera_GPS.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HeptaCamera_GPS.cpp	Tue Sep 05 09:17:13 2017 +0000
+++ b/HeptaCamera_GPS.cpp	Wed Sep 06 06:07:39 2017 +0000
@@ -609,7 +609,8 @@
     camera_setting();
     HeptaCamera_GPS::ErrorNumber err = HeptaCamera_GPS::NoError;
     printf("synchro setting now\r\n");
-    err = sync();
+    //err = sync();
+    err = (ErrorNumber)UnexpectedReply;
     int count=0;
     while(err) {
         switch(count) {