master
jacob.eva 2 weeks ago
parent 659fb2bc14
commit c75cfbf7c7
No known key found for this signature in database
GPG Key ID: B92E083BBCCAA1E
  1. 4
      Boards.h

@ -780,8 +780,6 @@
} }
}; };
#elif BOARD_VARIANT == MODEL_AC // SX1280 with PA #elif BOARD_VARIANT == MODEL_AC // SX1280 with PA
//#define CONFIG_UART_BUFFER_SIZE 40000
//#define CONFIG_QUEUE_0_SIZE 40000
#define CONFIG_QUEUE_0_SIZE 6144 #define CONFIG_QUEUE_0_SIZE 6144
const uint8_t interfaces[INTERFACE_COUNT] = {SX1280}; const uint8_t interfaces[INTERFACE_COUNT] = {SX1280};
const bool interface_cfg[INTERFACE_COUNT][3] = { const bool interface_cfg[INTERFACE_COUNT][3] = {
@ -1303,6 +1301,7 @@
-1 // pin_tcxo_enable -1 // pin_tcxo_enable
} }
}; };
#endif #endif
@ -1487,5 +1486,4 @@
#ifndef NP_M #ifndef NP_M
#define NP_M 0.15 #define NP_M 0.15
#endif #endif
#endif #endif

Loading…
Cancel
Save