1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-06-05 12:16:46 +03:00

Correct type of _frequency from int to long

This commit is contained in:
torntrousers 2018-03-13 07:43:17 +00:00 committed by Sandeep Mistry
parent 27e2963c97
commit 5d6a7a398a

View File

@ -85,7 +85,7 @@ private:
int _ss;
int _reset;
int _dio0;
int _frequency;
long _frequency;
int _packetIndex;
int _implicitHeaderMode;
void (*_onReceive)(int);