mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
configure for Heltec LoRa32v3
This commit is contained in:
parent
c5c7df0665
commit
dbf87a711f
@ -38,9 +38,9 @@
|
||||
// LoRa Configuration
|
||||
#define RADIOLIB_MODULE SX1262 //Tested on SX1276
|
||||
#define USE_SX126X
|
||||
#define LORA_SS 18
|
||||
#define LORA_RST 14
|
||||
#define LORA_DIO 26
|
||||
#define LORA_SS 8
|
||||
#define LORA_RST 12
|
||||
#define LORA_DIO 14
|
||||
#define LORA_TXPWR 17 // LoRa TX power in dBm (: +2dBm - +17dBm (for SX1276-7) +20dBm (for SX1278))
|
||||
#define LORA_ACK // Request LoRa acknowledgment.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user