From 9059d6da6db4ebdf536e1fa0d671a5734a6db3fa Mon Sep 17 00:00:00 2001 From: Verkehrsrot <10289836+cyberman54@users.noreply.github.com> Date: Fri, 6 Apr 2018 10:44:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de34de73..f3877712 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ These results where metered with software version 1.2.0 during active wifi scan, Use PlatformIO with your preferred IDE for development and building this code. -Before compiling the code, **create file loraconf.h in your local /src directory** using the template [loraconf.sample.h](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/src/loraconf.sample.h) and populate it with your personal APPEUI und APPKEY for the LoRaWAN network. If you're using TheThingsNetwork you can copy&paste the keys from TTN console or output of ttnctl. +Before compiling the code, **create file loraconf.h in your local /src directory** using the template [loraconf.sample.h](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/src/loraconf.sample.h) and populate it with your personal APPEUI und APPKEY for the LoRaWAN network. If you're using TheThingsNetwork you can copy&paste the keys from TTN console or output of ttnctl. For joing the network only method OTAA is supported, not ABP. The DEVEUI for OTAA will be derived from the device's MAC adress during device startup and is shown as well on the device's display (if it has one) as on the serial console for copying it to your LoRaWAN network server settings.