We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeef21 commit 0f38448Copy full SHA for 0f38448
tinyGS/src/ConfigManager/ConfigManager.cpp
@@ -78,7 +78,7 @@ ConfigManager::ConfigManager()
78
{ 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
79
{ 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
80
{ 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
+ { 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
82
83
#endif
84
})
tinyGS/src/ConfigManager/ConfigManager.h
@@ -111,7 +111,7 @@ typedef struct
111
uint8_t L_radio; // 0 SX1262 1 SX1278
112
uint8_t L_NSS; // CS
113
uint8_t L_DI00;
114
- uint8_t L_DI01;
+ uint32_t L_DI01;
115
uint8_t L_BUSSY;
116
uint8_t L_RST;
117
uint8_t L_MISO;
0 commit comments