From bf5954dae21877a6208f33de6cb7fa80741e850d Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Fri, 25 Dec 2020 13:13:30 +0100 Subject: [PATCH] TODO --- lorawan.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lorawan.cpp b/lorawan.cpp index c06427b..b2765df 100644 --- a/lorawan.cpp +++ b/lorawan.cpp @@ -22,6 +22,8 @@ const lmic_pinmap lmic_pins = { .nss = 18, .rxtx = LMIC_UNUSED_PIN, .rst = 14, . // More info : https://www.thethingsnetwork.org/docs/applications/mqtt/quick-start.html //TODO: Add infos to webserver (last timestamp, sending interval, connected or not?) +//TODO: Test with config.public.h +//TODO: Test with EPS8266 void os_getArtEui(u1_t *buf) { memcpy_P(buf, config::APPEUI, 8); -- GitLab