mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-06-06 23:01:00 +03:00
Correct type of _frequency from int to long
This commit is contained in:
parent
27e2963c97
commit
5d6a7a398a
@ -85,7 +85,7 @@ private:
|
||||
int _ss;
|
||||
int _reset;
|
||||
int _dio0;
|
||||
int _frequency;
|
||||
long _frequency;
|
||||
int _packetIndex;
|
||||
int _implicitHeaderMode;
|
||||
void (*_onReceive)(int);
|
||||
|
Loading…
x
Reference in New Issue
Block a user