configure for Heltec LoRa32v3

This commit is contained in:
Timm Bogner 2023-02-01 17:46:55 -06:00
parent c5c7df0665
commit dbf87a711f

View File

@ -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.