Skip to content

Commit

Permalink
Reach 2.4.0, USBStick Class A,C ok
Browse files Browse the repository at this point in the history
  • Loading branch information
REGIOIGER committed Feb 14, 2024
1 parent 0d1654a commit a5fc055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=BeelanLoRaWAN
version=2.3.0
name=Beelan LoRaWAN
version=2.4.0
author=Beelan
maintainer=Electronic Cats <[email protected]>
sentence=LoRaWAN Arduino Library for standalone LoRaWAN modules class A and C with a simple API.
paragraph=Device library for LoRaWAN network US, EU and AS. Support SX1276/72 or RFM95
category=Communication
url=https://github.com/ElectronicCats/Beelan-LoRaWAN
architectures=avr,esp8266,samd,esp32,samdlc,renesas,renesas_portenta,renesas_uno
includes=lorawan.h
includes=lorawan.h
2 changes: 1 addition & 1 deletion src/arduino-rfm/lorawan-arduino-rfm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ void LoRaWANClass::randomChannel()
freq_idx = random(0,8);
LoRa_Settings.Channel_Rx=freq_idx; // same rx and tx channel
#elif defined(IN_865)
freq_idx = random(0,4);
freq_idx = random(0,3);
LoRa_Settings.Channel_Rx=freq_idx; // same rx and tx channel
#else // US_915 or AU_915
freq_idx = random(0, 8);
Expand Down

0 comments on commit a5fc055

Please sign in to comment.