You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-08-18 00:21:05 +03:00
Change arg type for beginPacket to int (instead of bool)
This commit is contained in:
@@ -111,7 +111,7 @@ void LoRaClass::end()
|
||||
SPI.end();
|
||||
}
|
||||
|
||||
int LoRaClass::beginPacket(bool implicitHeader)
|
||||
int LoRaClass::beginPacket(int implicitHeader)
|
||||
{
|
||||
// put in standby mode
|
||||
idle();
|
||||
|
Reference in New Issue
Block a user