Stratum0 fix

This commit is contained in:
Jonathan Bennett
2026-01-08 00:46:00 -06:00
parent 942f2cb3d1
commit 9824357c50

View File

@@ -775,6 +775,9 @@ bool StoreForwardPlusPlusModule::handleReceivedProtobuf(const meshtastic_MeshPac
}
} else {
LOG_INFO("StoreForwardpp Recalculated hash does not match.");
if (portduino_config.sfpp_stratum0)
return true;
if (incoming_link.commit_hash_len == 0) {
addToScratch(incoming_link);
} else if (incoming_link.commit_hash_len == SFPP_HASH_SIZE && chain_end.counter == 0) {