From e9256d7b8cf3fd5685bc654f29808584dc89e0ef Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 14 Dec 2022 08:17:42 +0200 Subject: [PATCH] Updated Compatible boards (markdown) --- Compatible-boards.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Compatible-boards.md b/Compatible-boards.md index 03f731c..c9b363e 100644 --- a/Compatible-boards.md +++ b/Compatible-boards.md @@ -52,3 +52,12 @@ Require LoRa module pinout definitions in `config.h`: ![alt text](https://raw.githubusercontent.com/sh123/esp32_loraprs/master/images/solder_pads_38pin.jpg) +Pinout definitions: +``` +#define CFG_LORA_PIN_RST 26 +#define CFG_LORA_PIN_A 12 +#define CFG_LORA_PIN_B 14 +#define CFG_LORA_PIN_RXEN 32 +#define CFG_LORA_PIN_TXEN 33 +``` +