Updated Compatible boards (markdown)

master
sh123 2022-12-14 08:17:42 +02:00
rodzic 3980c0ab30
commit e9256d7b8c
1 zmienionych plików z 9 dodań i 0 usunięć

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