update heltec.h, heltecv2.h

This commit is contained in:
Klaus K Wilting 2019-01-11 19:27:52 +01:00
parent 613ec488fe
commit 5ff78d2dc7
2 changed files with 0 additions and 13 deletions

View File

@ -24,12 +24,5 @@
// additional definitions for LMIC
#define LORA_IO1 (33)
#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

View File

@ -26,11 +26,5 @@
// additional definitions for LMIC
#define LORA_IO1 (35)
#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