mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-30 01:48:35 -04:00
Fix TCX0 and fix SPI default being set incorrectly
This commit is contained in:
parent
e590dd8b19
commit
4ce534d1c3
2 changed files with 3 additions and 1 deletions
2
Boards.h
2
Boards.h
|
@ -1010,7 +1010,7 @@
|
|||
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
||||
// SX1262
|
||||
{
|
||||
true, // DEFAULT_SPI
|
||||
false, // DEFAULT_SPI
|
||||
true, // HAS_TCXO
|
||||
true // DIO2_AS_RF_SWITCH
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue