Skip to content

Commit 5d6a7a3

Browse files
torntrouserssandeepmistry
authored andcommitted
Correct type of _frequency from int to long
1 parent 27e2963 commit 5d6a7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoRa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class LoRaClass : public Stream {
8585
int _ss;
8686
int _reset;
8787
int _dio0;
88-
int _frequency;
88+
long _frequency;
8989
int _packetIndex;
9090
int _implicitHeaderMode;
9191
void (*_onReceive)(int);

0 commit comments

Comments
 (0)