Actually include the chain counter in CANON ANNOUNCE

This commit is contained in:
Jonathan Bennett
2026-01-03 21:11:44 -06:00
parent a34cd4ca6f
commit 436f174bce

View File

@@ -304,6 +304,7 @@ int32_t StoreForwardPlusPlusModule::runOnce()
memcpy(storeforward.root_hash.bytes, root_hash_bytes, SFPP_HASH_SIZE);
storeforward.encapsulated_rxtime = 0;
storeforward.chain_count = chain_end.counter;
// storeforward.
meshtastic_MeshPacket *p = allocDataProtobuf(storeforward);
p->to = NODENUM_BROADCAST;