kopia lustrzana https://github.com/bristol-seds/pico-tracker
[Bugfix] Zero out ticks for correct alignment with UTC
rodzic
350147a3d7
commit
77a5804ce4
|
@ -134,6 +134,8 @@ void read_gps_time(void)
|
||||||
|
|
||||||
/* TODO calculate epoch time here */
|
/* TODO calculate epoch time here */
|
||||||
|
|
||||||
|
/* Zero out ticks as we have just set the correct time */
|
||||||
|
ticks = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue