Skip to content

Commit b525ff4

Browse files
authored
double the timeout (#26)
1 parent 37fcc4f commit b525ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MKRWAN_v2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ class LoRaModem : public Stream
796796
if (confirmed && rc == 1) {
797797
// need both OK and shitty confirmation string
798798
const char* confirmation = "confirmed message transmission";
799-
rc = waitResponse(5000, GFP(confirmation));
799+
rc = waitResponse(10000, GFP(confirmation));
800800
}
801801

802802
if (rc == 1) { ///< OK

0 commit comments

Comments
 (0)