Correct T3S3 SPI configuration

This commit is contained in:
jacob.eva 2024-10-12 20:38:56 +01:00
parent 0bb2e5bcd3
commit 264abe62bd
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -705,7 +705,7 @@
const bool interface_cfg[INTERFACE_COUNT][3] = {
// SX1262
{
false, // DEFAULT_SPI
true, // DEFAULT_SPI
true, // HAS_TCXO
true // DIO2_AS_RF_SWITCH
},
@ -715,7 +715,7 @@
const bool interface_cfg[INTERFACE_COUNT][3] = {
// SX1280
{
false, // DEFAULT_SPI
true, // DEFAULT_SPI
false, // HAS_TCXO
false // DIO2_AS_RF_SWITCH
},