Skip to content

Commit d2053e0

Browse files
authored
Init event struct (#84)
Fixing events showing on the 0th day.
1 parent 105e440 commit d2053e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Inkplate10/Projects/Google_calendar_example/Google_Calendar_Example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct entry
7676
char name[128];
7777
char time[128];
7878
char location[128];
79-
int day;
79+
int day = -1;
8080
int timeStamp;
8181
};
8282

0 commit comments

Comments
 (0)