diff --git a/iot/main/transmission.cpp b/iot/main/transmission.cpp index 8bc1aef..9a6e437 100644 --- a/iot/main/transmission.cpp +++ b/iot/main/transmission.cpp @@ -62,6 +62,7 @@ void transmit_init() { // Restore the frame counters LMIC.seqnoUp = store_eeprom_uint32_retrieve(0); LMIC.seqnoDn = store_eeprom_uint32_retrieve(sizeof(uint32_t)); + Serial.println(LMIC.seqnoUp); } /**