From 6978fc4bc96d37f5ea824ff0f073b04b8e701975 Mon Sep 17 00:00:00 2001 From: Robert Ekl Date: Tue, 17 Mar 2026 09:00:06 -0500 Subject: [PATCH] Fix T1000-E pin comments --- variants/t1000-e/platformio.ini | 2 +- variants/t1000-e/variant.cpp | 2 +- variants/t1000-e/variant.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/variants/t1000-e/platformio.ini b/variants/t1000-e/platformio.ini index ac92930861..429390c486 100644 --- a/variants/t1000-e/platformio.ini +++ b/variants/t1000-e/platformio.ini @@ -22,7 +22,7 @@ build_flags = ${nrf52_base.build_flags} -D P_LORA_NSS=12 ; P0.12 -D P_LORA_DIO_1=33 ; P1.1 -D P_LORA_MISO=40 ; P1.8 - -D P_LORA_MOSI=41 ; P0.9 + -D P_LORA_MOSI=41 ; P1.9 -D P_LORA_RESET=42 ; P1.10 -D LR11X0_DIO_AS_RF_SWITCH=true -D LR11X0_DIO3_TCXO_VOLTAGE=1.6 diff --git a/variants/t1000-e/variant.cpp b/variants/t1000-e/variant.cpp index a598e3cad1..ed21fd68cf 100644 --- a/variants/t1000-e/variant.cpp +++ b/variants/t1000-e/variant.cpp @@ -55,7 +55,7 @@ const uint32_t g_ADigitalPinMap[PINS_COUNT + 1] = 42, // P1.10, LORA_RESET 43, // P1.11, GPS_EN 44, // P1.12, GPS_SLEEP_INT - 45, // P1.13 + 45, // P1.13, FLASH_ENABLE 46, // P1.14, GPS_RESETB 47, // P1.15, PIN_GPS_RESET 255, // NRFX_SPIM_PIN_NOT_USED diff --git a/variants/t1000-e/variant.h b/variants/t1000-e/variant.h index 458f12bccb..b95e1e4d86 100644 --- a/variants/t1000-e/variant.h +++ b/variants/t1000-e/variant.h @@ -97,7 +97,7 @@ #define LORA_BUSY (7) // P0.7 #define LORA_SCLK (PIN_SPI_SCK) // P0.11 #define LORA_MISO (PIN_SPI_MISO) // P1.8 -#define LORA_MOSI (PIN_SPI_MOSI) // P0.9 +#define LORA_MOSI (PIN_SPI_MOSI) // P1.9 #define LR11X0_DIO_AS_RF_SWITCH true #define LR11X0_DIO3_TCXO_VOLTAGE 1.6 @@ -133,4 +133,4 @@ // Buzzer #define BUZZER_EN (37) // P1.5 -#define BUZZER_PIN (25) // P0.25 \ No newline at end of file +#define BUZZER_PIN (25) // P0.25