Some LoRa-stuff

This commit is contained in:
2023-04-12 22:47:17 +02:00
parent 53928a93b0
commit 4d0a9918ce
4 changed files with 48 additions and 36 deletions

View File

@@ -274,7 +274,7 @@ bool LoRa_E220::begin(){
this->serialDef.stream->setTimeout(100);
Status status = setMode(MODE_0_NORMAL);
return status==E220_SUCCESS;
return status;
}
/*