From cb3de509c113e8199127671ba86f3599a3fdff18 Mon Sep 17 00:00:00 2001 From: Manuel Bl Date: Sat, 28 Jul 2018 23:34:57 +0200 Subject: [PATCH] Add link to AT commands wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e586da1..0654e20 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This ESP32 component provides LoRaWAN communication with [The Things Network](ht - OTAA (over-the-air activation) - uplink and downlink messages - saving the EUIs and key in non-volatile memory -- AT commands for provisioning EUIs and key (so the same code can be flashed to several devices) +- [AT commands](https://github.com/manuelbl/ttn-esp32/wiki/AT-Commands) for provisioning EUIs and key (so the same code can be flashed to several devices) The library is based on the LMIC library from IBM and provides a high-level API specifically targeted at The Things Network.