]> git.tnoah.ca Git - lora-radio.git/commitdiff
Correct T3S3 SPI configuration
authorjacob.eva <x00010@disroot.org>
Sat, 12 Oct 2024 19:38:56 +0000 (20:38 +0100)
committerjacob.eva <x00010@disroot.org>
Sat, 12 Oct 2024 19:38:56 +0000 (20:38 +0100)
Boards.h

index 3596f7767d25551ea8d0b912e55d690c16978421..707306f40e2c3263c7cf5025f3fa39512b7bb3e2 100644 (file)
--- a/Boards.h
+++ b/Boards.h
       const bool interface_cfg[INTERFACE_COUNT][3] = { 
                     // SX1262
           {
-              false, // DEFAULT_SPI
+              true, // DEFAULT_SPI
               true, // HAS_TCXO
               true  // DIO2_AS_RF_SWITCH
           }, 
       const bool interface_cfg[INTERFACE_COUNT][3] = { 
                     // SX1280
           {
-              false, // DEFAULT_SPI
+              true, // DEFAULT_SPI
               false, // HAS_TCXO
               false  // DIO2_AS_RF_SWITCH
           },