You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-07-10 22:00:57 +03:00
Change arg type for beginPacket to int (instead of bool)
This commit is contained in:
@ -15,7 +15,7 @@ public:
|
||||
int begin(long frequency);
|
||||
void end();
|
||||
|
||||
int beginPacket(bool implicitHeader = false);
|
||||
int beginPacket(int implicitHeader = false);
|
||||
int endPacket();
|
||||
|
||||
int parsePacket(int size = 0);
|
||||
|
Reference in New Issue
Block a user