Skip to content

Commit 6358f48

Browse files
committed
v3.0.6 - resolve issue #16
1 parent dec5cd2 commit 6358f48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=IridiumSBDi2c
2-
version=3.0.5
2+
version=3.0.6
33
author=Mikal Hart and Paul Clark (PaulZC)
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=This library supports satellite data transmissions from anywhere on earth using the RockBLOCK family of Iridium 9602 and 9603 modems.

src/IridiumSBD.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ int IridiumSBD::getSystemTime(struct tm &tm)
256256
epoch_start.tm_hour = 14;
257257
epoch_start.tm_min = 23;
258258
epoch_start.tm_sec = 55;
259+
epoch_start.tm_isdst = 0; // Resolves #16
259260

260261
unsigned long ticks_since_epoch = strtoul(msstmResponseBuf, NULL, 16);
261262

0 commit comments

Comments
 (0)