mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 19:37:34 +00:00
Stratum0 fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user