From 207a7d389bb6cafb177ec59e52b037c5a51a2392 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Fri, 25 Dec 2020 14:19:52 +0100 Subject: [PATCH] Notes --- lorawan.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lorawan.h b/lorawan.h index fdbcf45..b2cfdab 100644 --- a/lorawan.h +++ b/lorawan.h @@ -2,6 +2,8 @@ #define AMPEL_LORAWAN_H_ #if defined(ESP32) #include <Arduino.h> +// Requires "MCCI LoRaWAN LMIC library", which will be automatically used with PlatformIO but should be added in "Arduino IDE". +// Tested successfully with v3.2.0 and connected to a thethingsnetwork.org app. #include <lmic.h> #include <hal/hal.h> #include <SPI.h> -- GitLab