Skip to content

Commit

Permalink
Merge pull request #69 from bitconnector/patch-1
Browse files Browse the repository at this point in the history
disable config for region if present
  • Loading branch information
sabas1080 authored Apr 26, 2021
2 parents b759ec4 + 1b0ddeb commit 68c64aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/arduino-rfm/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#define MAX_UPLINK_PAYLOAD_SIZE 220
#define MAX_DOWNLINK_PAYLOAD_SIZE 220

#if !defined(AS_923) && !defined(EU_868) && !defined(US_915) && !defined(AU_915)

//LoRaWAN freq band
//#define AS_923
//#define EU_868
Expand Down Expand Up @@ -35,4 +37,5 @@
//#define SUBND_5 // 923.2 - 924.6 Mhz
//#define SUBND_6 // 924.8 - 926.2 Mhz
//#define SUBND_7 // 926.4 - 927.8 Mhz
#endif
#endif
#endif

0 comments on commit 68c64aa

Please sign in to comment.