mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-20 05:22:17 -04:00
Correct T3S3 SPI configuration
This commit is contained in:
parent
0bb2e5bcd3
commit
264abe62bd
1 changed files with 2 additions and 2 deletions
4
Boards.h
4
Boards.h
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue