Skip to content

Commit 46c4df3

Browse files
authored
Merge pull request #17 from sparkfun/release_candidate
v3.0.6 - resolve issue #16
2 parents 5f8ea89 + 6358f48 commit 46c4df3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

keywords.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ passThruI2Cread KEYWORD2
4747
passThruI2Cwrite KEYWORD2
4848
configureSleepPin KEYWORD2
4949
setSleepPin KEYWORD2
50+
beginSerialPort KEYWORD2
51+
endSerialPort KEYWORD2
5052

5153
#######################################
5254
# Constants (LITERAL1)

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)