Commit 455830fc authored by Eric Duminil's avatar Eric Duminil
Browse files

Notes

parent df042470
Pipeline #5822 passed with stage
in 2 minutes and 42 seconds
......@@ -10,6 +10,7 @@
#else
# error Board should be either ESP8266 or ESP832
#endif
//TODO: Is LittleFS available for ESP32 now?
namespace csv_writer {
extern char last_successful_write[];
......
......@@ -118,6 +118,7 @@ namespace lorawan {
u1_t artKey[16];
LMIC_getSessionKeys(&netid, &devaddr, nwkKey, artKey);
//TODO: Save session keys to EEPROM?
//e.g. with https://github.com/Edzelf/LoRa/blob/master/ESP_lora_tracker/ESP8266_loratracker.ino
Serial.print(F(" netid: "));
Serial.println(netid, DEC);
Serial.print(F(" devaddr: "));
......
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