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.
1 parent 37fcc4f commit b525ff4Copy full SHA for b525ff4
src/MKRWAN_v2.h
@@ -796,7 +796,7 @@ class LoRaModem : public Stream
796
if (confirmed && rc == 1) {
797
// need both OK and shitty confirmation string
798
const char* confirmation = "confirmed message transmission";
799
- rc = waitResponse(5000, GFP(confirmation));
+ rc = waitResponse(10000, GFP(confirmation));
800
}
801
802
if (rc == 1) { ///< OK
0 commit comments