From 9501f7589fe8836af4ed5b97f209536c95466c71 Mon Sep 17 00:00:00 2001 From: Manuel Bleichenbacher Date: Mon, 23 Jul 2018 17:59:07 +0200 Subject: [PATCH] Fix file description --- include/TheThingsNetwork.h | 2 +- src/TheThingsNetwork.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/TheThingsNetwork.h b/include/TheThingsNetwork.h index 39e57c6..291ca8c 100644 --- a/include/TheThingsNetwork.h +++ b/include/TheThingsNetwork.h @@ -7,7 +7,7 @@ * Licensed under MIT License * https://opensource.org/licenses/MIT * - * This the hardware abstraction layer to run LMIC in on ESP32 using ESP-iDF. + * High-level API for ttn-esp32. *******************************************************************************/ #ifndef _THETHINGSNETWORK_H_ diff --git a/src/TheThingsNetwork.cpp b/src/TheThingsNetwork.cpp index ea06c64..524c9d5 100644 --- a/src/TheThingsNetwork.cpp +++ b/src/TheThingsNetwork.cpp @@ -7,7 +7,7 @@ * Licensed under MIT License * https://opensource.org/licenses/MIT * - * This the hardware abstraction layer to run LMIC in on ESP32 using ESP-iDF. + * High-level API for ttn-esp32. *******************************************************************************/ #include "freertos/FreeRTOS.h"