From dd4a15eb90f6f7f01eb8cc3bb99a9235e4393f9d Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 15 Jun 2020 15:44:11 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b379e73..a2a8623 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Can be used in two modes: - **beaconing**, own station periodic beacon announcement to APRS-IS and RF # Compatible Boards -All work was done on ESP32-WROOM with custom made LoRa shield, if your ESP32 board is compatible then it should work, but there might be need to redefine pinouts to LoRa module if it differs (see further description in Software Setup section), currently pinouts are connected from LoRa to ESP32-WROOM as: +All work was done on ESP32-WROOM with custom made LoRa shield, if your ESP32 board is compatible then it should work, but there might be need to redefine pinouts to LoRa module if it differs (see further description in Software Setup section), currently pinouts are connected from LoRa to ESP32-WROOM as (SS/RST/DIO0 could be redefined in loraprs_service.h): - SS: GPIO_5 - RST: GPIO_26 - DIO0: GPIO_14