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:
- 14:d6974c59be00
- Parent:
- 10:d4ecef9ef8fd
- Child:
- 15:6e8a1e65ac52
--- a/HeptaCamera_GPS.cpp Tue Sep 05 09:17:13 2017 +0000
+++ b/HeptaCamera_GPS.cpp Fri Sep 08 07:13:22 2017 +0000
@@ -639,7 +639,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.jpg");
+ snprintf(fname, sizeof(fname), "/sd/test%d.jpg",i);
fp_jpeg = fopen(fname, "w");
err = getJpegSnapshotPicture();
