From 5e4c7e7871ce4505a2eae4e07e0c3b820835822f Mon Sep 17 00:00:00 2001 From: Eric Duminil Date: Sat, 26 Dec 2020 00:55:58 +0100 Subject: [PATCH] Updated notes --- config.public.h | 5 +++++ lorawan.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.public.h b/config.public.h index 8b82704..d60cfdb 100644 --- a/config.public.h +++ b/config.public.h @@ -108,6 +108,11 @@ * LoRaWAN */ +// Region and transceiver type should be specified in: +// * Arduino/libraries/MCCI_LoRaWAN_LMIC_library/project_config/lmic_project_config.h for Arduino IDE +// * platformio.ini for PlatformIO +// See https://github.com/mcci-catena/arduino-lmic#configuration for more information + // Should data be sent over LoRaWAN? // It has been tested with "TTGO ESP32 SX1276 LoRa 868" and will only work with an ESP32 + LoRa modem # define LORAWAN diff --git a/lorawan.h b/lorawan.h index 89dbb53..74e7917 100644 --- a/lorawan.h +++ b/lorawan.h @@ -10,9 +10,6 @@ #include typedef uint8_t u1_t; -//TODO: Should lmic_project_config.h be defined somewhere? -//#include - #include "co2_sensor.h" #include "led_effects.h" #include "config.h" -- GitLab