Skip to content

Commit 5e786cd

Browse files
committed
Remove old variable
1 parent 51986cf commit 5e786cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Firmware/RTK_Surveyor/menuPP.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,7 @@ void dateToKeyStart(uint8_t expDay, uint8_t expMonth, uint16_t expYear, uint64_t
865865

866866
// PointPerfect uses/reports unix epochs in milliseconds
867867
*settingsKeyStart = startUnixEpoch * 1000L; // Convert to ms
868-
*settingsKeyDuration =
869-
(28 * 24 * 60 * 60 * 1000LL) - 1; // We assume keys last for 28 days (minus one ms to be before midnight)
870868

871-
// Print ToW and Week for debugging
872869
uint16_t keyGPSWeek;
873870
uint32_t keyGPSToW;
874871
long long gpsEpoch = thingstreamEpochToGPSEpoch(*settingsKeyStart);

0 commit comments

Comments
 (0)