Skip to content

Commit 4b126dd

Browse files
committed
docs: Fix incorrect comment for AT timeout default value
Signed-off-by: Andrew Yong <[email protected]>
1 parent afef38b commit 4b126dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IridiumSBD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class IridiumSBD
112112

113113
typedef enum { DEFAULT_POWER_PROFILE = 0, USB_POWER_PROFILE = 1 } POWERPROFILE;
114114
void setPowerProfile(POWERPROFILE profile); // 0 = direct connect (default), 1 = USB
115-
void adjustATTimeout(int seconds); // default value = 20 seconds
115+
void adjustATTimeout(int seconds); // default value = 30 seconds
116116
void adjustSendReceiveTimeout(int seconds); // default value = 300 seconds
117117
void adjustStartupTimeout(int seconds); // default value = 240 seconds
118118
void useMSSTMWorkaround(bool useMSSTMWorkAround); // true to use workaround from Iridium Alert 5/7/13

0 commit comments

Comments
 (0)