mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
Fixed missing re-init after transceiver poweroff
This commit is contained in:
parent
b93e321d39
commit
6189bfe636
1 changed files with 2 additions and 0 deletions
2
LoRa.cpp
2
LoRa.cpp
|
@ -167,6 +167,8 @@ void LoRaClass::end()
|
|||
|
||||
// stop SPI
|
||||
SPI.end();
|
||||
|
||||
lora_preinit_done = false;
|
||||
}
|
||||
|
||||
int LoRaClass::beginPacket(int implicitHeader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue