Skip to content

Commit 748f9cf

Browse files
authored
Merge pull request #2072 from robekl/fix-t1000e-pin-comments
Fix T1000-E pin comments
2 parents 7e4d5f7 + 6978fc4 commit 748f9cf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

variants/t1000-e/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags = ${nrf52_base.build_flags}
2222
-D P_LORA_NSS=12 ; P0.12
2323
-D P_LORA_DIO_1=33 ; P1.1
2424
-D P_LORA_MISO=40 ; P1.8
25-
-D P_LORA_MOSI=41 ; P0.9
25+
-D P_LORA_MOSI=41 ; P1.9
2626
-D P_LORA_RESET=42 ; P1.10
2727
-D LR11X0_DIO_AS_RF_SWITCH=true
2828
-D LR11X0_DIO3_TCXO_VOLTAGE=1.6

variants/t1000-e/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const uint32_t g_ADigitalPinMap[PINS_COUNT + 1] =
5555
42, // P1.10, LORA_RESET
5656
43, // P1.11, GPS_EN
5757
44, // P1.12, GPS_SLEEP_INT
58-
45, // P1.13
58+
45, // P1.13, FLASH_ENABLE
5959
46, // P1.14, GPS_RESETB
6060
47, // P1.15, PIN_GPS_RESET
6161
255, // NRFX_SPIM_PIN_NOT_USED

variants/t1000-e/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#define LORA_BUSY (7) // P0.7
9898
#define LORA_SCLK (PIN_SPI_SCK) // P0.11
9999
#define LORA_MISO (PIN_SPI_MISO) // P1.8
100-
#define LORA_MOSI (PIN_SPI_MOSI) // P0.9
100+
#define LORA_MOSI (PIN_SPI_MOSI) // P1.9
101101

102102
#define LR11X0_DIO_AS_RF_SWITCH true
103103
#define LR11X0_DIO3_TCXO_VOLTAGE 1.6
@@ -133,4 +133,4 @@
133133
// Buzzer
134134

135135
#define BUZZER_EN (37) // P1.5
136-
#define BUZZER_PIN (25) // P0.25
136+
#define BUZZER_PIN (25) // P0.25

0 commit comments

Comments
 (0)