Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 3daf572bcae1 Team Team01_HEPTA_Trainig
Fork of HeptaCamera_GPS by
Diff: HeptaCamera_GPS.cpp
- Revision:
- 15:6e8a1e65ac52
- Parent:
- 14:d6974c59be00
- Child:
- 16:acef3a7f9597
--- a/HeptaCamera_GPS.cpp Fri Sep 08 07:13:22 2017 +0000
+++ b/HeptaCamera_GPS.cpp Fri Sep 08 07:16:14 2017 +0000
@@ -658,7 +658,7 @@
HeptaCamera_GPS::ErrorNumber err = HeptaCamera_GPS::NoError;
for (int i = 0; i < CAPTURE_FRAMES; i++) {
char fname[64];
- snprintf(fname, sizeof(fname), "/sd/test.txt");
+ snprintf(fname, sizeof(fname), "/sd/test%d.txt",i);
fp_jpeg = fopen(fname, "w");
err = getJpegSnapshotPicture_data();
