From 5ff78d2dc76d83608dcde72bd660279dcdab6352 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Fri, 11 Jan 2019 19:27:52 +0100 Subject: [PATCH] update heltec.h, heltecv2.h --- src/hal/heltec.h | 7 ------- src/hal/heltecv2.h | 6 ------ 2 files changed, 13 deletions(-) diff --git a/src/hal/heltec.h b/src/hal/heltec.h index 1e6dd174..761d2b2c 100644 --- a/src/hal/heltec.h +++ b/src/hal/heltec.h @@ -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 diff --git a/src/hal/heltecv2.h b/src/hal/heltecv2.h index 40d1f266..a07147e2 100644 --- a/src/hal/heltecv2.h +++ b/src/hal/heltecv2.h @@ -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