From f4d3de086a8edc29b827ba5364dd44e0a31c71d1 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:49:55 +0300 Subject: [PATCH] Fix MISO/MOSI pins for DIY v1.1 --- variants/diy/v1_1/variant.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variants/diy/v1_1/variant.h b/variants/diy/v1_1/variant.h index 69780219b..d5d6f238c 100644 --- a/variants/diy/v1_1/variant.h +++ b/variants/diy/v1_1/variant.h @@ -25,9 +25,9 @@ #undef RF95_SCK #define RF95_SCK 18 #undef RF95_MISO -#define RF95_MISO 23 +#define RF95_MISO 19 #undef RF95_MOSI -#define RF95_MOSI 19 +#define RF95_MOSI 23 #undef RF95_NSS #define RF95_NSS 5 @@ -54,4 +54,4 @@ // Internally the TTGO module hooks the SX126x-DIO2 in to control the TX/RX switch // (which is the default for the sx1262interface code) #define SX126X_E22 -#endif \ No newline at end of file +#endif