Skip to content

Commit 0f38448

Browse files
committed
latest changes
1 parent dfeef21 commit 0f38448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tinyGS/src/ConfigManager/ConfigManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ConfigManager::ConfigManager()
7878
{ 0x3c, 21, 22, UNUSED, 38, 22, RADIO_SX1276, 18, 26, 33, UNUSED, 14, 19, 27, 5, 0.0f, UNUSED, UNUSED, "868-915MHz T-BEAM V1.0 + OLED" }, // SX1276 @fafu
7979
{ 0x3c, 21, 22, UNUSED, 0, 25, RADIO_SX1278, 18, 26, 33, UNUSED, 23, 19, 27, 5, 0.0f, UNUSED, UNUSED, "433MHz LILYGO T3_V1.6.1" }, // SX1278
8080
{ 0x3c, 21, 22, UNUSED, 0, 25, RADIO_SX1276, 18, 26, 33, UNUSED, 23, 19, 27, 5, 0.0f, UNUSED, UNUSED, "868-915MHz LILYGO T3_V1.6.1" }, // SX1276
81-
{ 0x3c, 21, 22, UNUSED, 0, 25, RADIO_SX1262, 18, 26, 33, 32, 23, 19, 27, 5, 0.0f, UNUSED, UNUSED, "868-915MHz LILYGO T3_V1.6.1 TCXO" }, // SX1262
81+
{ 0x3c, 21, 22, UNUSED, 0, 25, RADIO_SX1262, 18, 26, RADIOLIB_NC, 32, 23, 19, 27, 5, 0.0f, UNUSED, UNUSED, "868-915MHz LILYGO T3_V1.6.1 TCXO" }, // SX1262
8282

8383
#endif
8484
})

tinyGS/src/ConfigManager/ConfigManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typedef struct
111111
uint8_t L_radio; // 0 SX1262 1 SX1278
112112
uint8_t L_NSS; // CS
113113
uint8_t L_DI00;
114-
uint8_t L_DI01;
114+
uint32_t L_DI01;
115115
uint8_t L_BUSSY;
116116
uint8_t L_RST;
117117
uint8_t L_MISO;

0 commit comments

Comments
 (0)