Commit 5e4c7e78 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated notes

parent ce986101
......@@ -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
......
......@@ -10,9 +10,6 @@
#include <SPI.h>
typedef uint8_t u1_t;
//TODO: Should lmic_project_config.h be defined somewhere?
//#include <lmic_project_config.h>
#include "co2_sensor.h"
#include "led_effects.h"
#include "config.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment