From b621517790d65ec432286596226a4762e3063433 Mon Sep 17 00:00:00 2001 From: Sean <1026025056@qq.com> Date: Fri, 26 Jun 2020 23:28:56 +0800 Subject: [PATCH] fix some mistake info --- docs/en/module/lorawan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/module/lorawan.md b/docs/en/module/lorawan.md index 5320f787..223229fe 100644 --- a/docs/en/module/lorawan.md +++ b/docs/en/module/lorawan.md @@ -94,7 +94,7 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st | RXD | GPIO17 | | TXD | GPIO16 | -**M5Stack Fire** has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) in this module. Therefore, when using the LoRaWAN module with the M5Stack Fire, you might have to cut the TXD and RXD from GPS module and wire fly to another set of UART pin +**M5Stack Fire** has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) in this module. Therefore, when using the LoRaWAN module with the M5Stack Fire, you might have to cut the TXD and RXD from LoRaWAN module and wire fly to another set of UART pin ## Related Link