mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-31 12:14:32 -04:00
Update LoRa32 v2_1 board config
This commit is contained in:
parent
5ed1ee471a
commit
2919bb9aed
1 changed files with 1 additions and 1 deletions
2
Boards.h
2
Boards.h
|
@ -411,7 +411,7 @@
|
|||
#define HAS_EEPROM true
|
||||
#define INTERFACE_COUNT 1
|
||||
|
||||
const uint8_t interfaces[INTERFACE_COUNT] = {SX127X};
|
||||
const uint8_t interfaces[INTERFACE_COUNT] = {SX1276};
|
||||
#if HAS_TCXO == true
|
||||
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
||||
// SX127X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue