Commit 2d36ea01 authored by Eric Duminil's avatar Eric Duminil
Browse files

Seems to work fine with ESP8266

parent c6e782c1
......@@ -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: 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