Fix TCX0 and fix SPI default being set incorrectly

This commit is contained in:
tomuk5 2025-04-29 10:02:14 +01:00
parent e590dd8b19
commit 4ce534d1c3
2 changed files with 3 additions and 1 deletions

View file

@ -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
},