mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-24 22:10:09 +00:00
Elecrow: LoRa uses HSPI; TCXO 3.3V
This commit is contained in:
parent
dce1c78a66
commit
7ee554fb0a
@ -193,13 +193,14 @@
|
|||||||
#define LORA_DIO2 2 // SX1262 BUSY
|
#define LORA_DIO2 2 // SX1262 BUSY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define HW_SPI1_DEVICE
|
||||||
#define SX126X_CS LORA_CS
|
#define SX126X_CS LORA_CS
|
||||||
#define SX126X_DIO1 LORA_DIO1
|
#define SX126X_DIO1 LORA_DIO1
|
||||||
#define SX126X_BUSY LORA_DIO2
|
#define SX126X_BUSY LORA_DIO2
|
||||||
#define SX126X_RESET LORA_RESET
|
#define SX126X_RESET LORA_RESET
|
||||||
#define SX126X_DIO2_AS_RF_SWITCH
|
#define SX126X_DIO2_AS_RF_SWITCH
|
||||||
|
|
||||||
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
|
#define SX126X_DIO3_TCXO_VOLTAGE 3.3
|
||||||
|
|
||||||
#define USE_VIRTUAL_KEYBOARD 1
|
#define USE_VIRTUAL_KEYBOARD 1
|
||||||
#define DISPLAY_CLOCK_FRAME 1
|
#define DISPLAY_CLOCK_FRAME 1
|
Loading…
Reference in New Issue
Block a user