Commit 07851c1a authored by Eric Duminil's avatar Eric Duminil
Browse files

Compile error fixed

parent d22ab387
Pipeline #5792 passed with stage
in 2 minutes and 38 seconds
......@@ -2,6 +2,7 @@
#if defined(ESP32)
#include "web_config.h"
#include "config.h" //TODO: Replace with just web_config
#include "led_effects.h"
#include "sensor_console.h"
......@@ -123,6 +124,7 @@ namespace lorawan {
u1_t nwkKey[16];
u1_t artKey[16];
LMIC_getSessionKeys(&netid, &devaddr, nwkKey, artKey);
//TODO: Save session keys to EEPROM?
Serial.print(F(" netid: "));
Serial.println(netid, DEC);
Serial.print(F(" devaddr: "));
......
Supports Markdown
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