From b0ab62b0512d1c7f4016febd288935cb82207abe Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Mon, 7 Feb 2022 20:48:17 +0100 Subject: [PATCH] Note --- ampel-firmware/lorawan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampel-firmware/lorawan.cpp b/ampel-firmware/lorawan.cpp index 7bc1e3d..63a1239 100644 --- a/ampel-firmware/lorawan.cpp +++ b/ampel-firmware/lorawan.cpp @@ -6,7 +6,7 @@ #include "sensor_console.h" #include "util.h" -/*** Define region and transceiver type, and ignore the library lmic_project_config.h ***/ +/*** Define region and transceiver type, and ignore lmic_project_config.h from lmic library ***/ // Those values are probably okay if you're in Europe. #define ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS #define CFG_eu868 1 -- GitLab