Merge branch 'master-1.7.0-rc2' into development
This commit is contained in:
commit
ffab2f7743
@ -24,5 +24,12 @@
|
|||||||
// additional definitions for LMIC
|
// additional definitions for LMIC
|
||||||
#define LORA_IO1 (33)
|
#define LORA_IO1 (33)
|
||||||
#define LORA_IO2 LMIC_UNUSED_PIN
|
#define LORA_IO2 LMIC_UNUSED_PIN
|
||||||
|
#define LORA_SCK (5)
|
||||||
|
#define LORA_MOSI (27)
|
||||||
|
#define LORA_MISO (19)
|
||||||
|
#define LORA_CS (18)
|
||||||
|
#define LORA_RST (14)
|
||||||
|
#define LORA_IRQ (26)
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,5 +26,11 @@
|
|||||||
// additional definitions for LMIC
|
// additional definitions for LMIC
|
||||||
#define LORA_IO1 (35)
|
#define LORA_IO1 (35)
|
||||||
#define LORA_IO2 (34)
|
#define LORA_IO2 (34)
|
||||||
|
#define LORA_SCK (5)
|
||||||
|
#define LORA_MOSI (27)
|
||||||
|
#define LORA_MISO (19)
|
||||||
|
#define LORA_CS (18)
|
||||||
|
#define LORA_RST (14)
|
||||||
|
#define LORA_IRQ (26)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user