Skip to content

Commit

Permalink
Update lorawan-arduino-rfm.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Sabas <[email protected]>
  • Loading branch information
sabas1080 authored Oct 24, 2022
1 parent 791b98c commit 48362d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arduino-rfm/lorawan-arduino-rfm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ void LoRaWANClass::setChannel(unsigned char channel)
LoRa_Settings.Channel_Rx = channel + 0x08;
#elif defined(EU_868)
LoRa_Settings.Channel_Rx = channel;
#endif
#elif defined(AS_923) || defined(AS_923_2)
LoRa_Settings.Channel_Rx = channel;
#endif
Expand Down

0 comments on commit 48362d6

Please sign in to comment.