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

DONE

parent 5fcfb08a
......@@ -22,7 +22,6 @@ 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: compile for both boards, and check ESP32 && LORA
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