From 2d36ea010ba757ad6d515df0056fe9ea98a60beb Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Fri, 25 Dec 2020 13:56:26 +0100 Subject: [PATCH] Seems to work fine with ESP8266 --- lorawan.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lorawan.cpp b/lorawan.cpp index 898c5e3..2bcb4fb 100644 --- a/lorawan.cpp +++ b/lorawan.cpp @@ -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); -- GitLab