We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afef38b + 4b126dd commit c22495fCopy full SHA for c22495f
src/IridiumSBD.h
@@ -112,7 +112,7 @@ class IridiumSBD
112
113
typedef enum { DEFAULT_POWER_PROFILE = 0, USB_POWER_PROFILE = 1 } POWERPROFILE;
114
void setPowerProfile(POWERPROFILE profile); // 0 = direct connect (default), 1 = USB
115
- void adjustATTimeout(int seconds); // default value = 20 seconds
+ void adjustATTimeout(int seconds); // default value = 30 seconds
116
void adjustSendReceiveTimeout(int seconds); // default value = 300 seconds
117
void adjustStartupTimeout(int seconds); // default value = 240 seconds
118
void useMSSTMWorkaround(bool useMSSTMWorkAround); // true to use workaround from Iridium Alert 5/7/13
0 commit comments