From 723fa2799e73d9397355d6419a73259dfe21c265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 12 Nov 2024 14:28:50 +0100 Subject: [PATCH] Update variant.h --- variants/m5stack_core2/variant.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/variants/m5stack_core2/variant.h b/variants/m5stack_core2/variant.h index bcca546df..beaca0879 100644 --- a/variants/m5stack_core2/variant.h +++ b/variants/m5stack_core2/variant.h @@ -8,19 +8,19 @@ #define LORA_SCK 18 #define LORA_MISO 38 #define LORA_MOSI 23 -#define LORA_CS 33 // NSS +#define LORA_CS 27 // NSS #define USE_RF95 #define LORA_DIO0 35 // IRQ -#define LORA_RESET 19 +#define LORA_RESET 25 #define LORA_DIO1 RADIOLIB_NC // Not really used #define LORA_DIO2 RADIOLIB_NC // Not really used // This board has different GPS pins than all other boards #undef GPS_RX_PIN #undef GPS_TX_PIN -#define GPS_RX_PIN 13 -#define GPS_TX_PIN 14 +//#define GPS_RX_PIN 13 +//#define GPS_TX_PIN 14 #define TFT_HEIGHT 240 #define TFT_WIDTH 320