2019-02-10 18:35:12 +00:00
|
|
|
// This sketch supports EU868 and US915
|
|
|
|
|
|
|
|
// The Arduino-LMIC library by MCCI Catena is set to US915,
|
|
|
|
// these settings have to be copied over the ones in the
|
|
|
|
// lmic_project_config.h file in the library,
|
|
|
|
// inside the project_config folder.
|
|
|
|
|
|
|
|
// Make sure only one of the following is defined (CFG_us915 or CFG_eu868)
|
2019-08-23 14:22:03 +00:00
|
|
|
#define CFG_us915 1
|
2019-02-10 18:35:12 +00:00
|
|
|
//#define CFG_eu868 1
|
|
|
|
|
2019-08-23 14:22:03 +00:00
|
|
|
// DO NOT modify this
|
2019-02-10 18:35:12 +00:00
|
|
|
#define CFG_sx1276_radio 1
|