configure for Heltec LoRa32v3

pull/136/head
Timm Bogner 1 year ago
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…
Cancel
Save