From 5d8cec547cd2543cc13bb26949e19ee29423a205 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Wed, 30 Dec 2020 22:09:06 +0100 Subject: [PATCH] lopy4.h: remove LORA_RST, now in pins_arduino.h --- src/hal/lopy4.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hal/lopy4.h b/src/hal/lopy4.h index 8072dfd0..fd99a7d7 100644 --- a/src/hal/lopy4.h +++ b/src/hal/lopy4.h @@ -10,7 +10,6 @@ // Hardware related definitions for Pycom LoPy4 Board #define HAS_LORA 1 // comment out if device shall not send data via LoRa -#define LORA_RST LMIC_UNUSED_PIN // reset pin of lora chip is not wired von LoPy4 //#defin HAS_SPI 1 // comment out if device shall not send data via SPI // pin definitions for local wired SPI slave interface