Commit bf5954da authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent 5c09c062
......@@ -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);
......
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