diff --git a/lorawan.cpp b/lorawan.cpp
index c06427bf51868a487b5e4afe22693f523cdfc9f8..b2765dff75c63c82dfaa0c45ec5486e77312c34b 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);