diff --git a/src/LoRa.cpp b/src/LoRa.cpp index 166700a..6979823 100644 --- a/src/LoRa.cpp +++ b/src/LoRa.cpp @@ -55,6 +55,8 @@ LoRaClass::LoRaClass() : _implicitHeaderMode(0), _onReceive(NULL) { + // overide Stream timeout value + setTimeout(0); } int LoRaClass::begin(long frequency)