Merge branch 'master' into RGBLED

This commit is contained in:
Ben Meadors
2024-04-18 14:44:53 -05:00
committed by GitHub
6 changed files with 46 additions and 5 deletions

View File

@@ -506,7 +506,7 @@ bool StoreForwardModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp,
break;
default:
assert(0); // unexpected state
break; // no need to do anything
}
return true; // There's no need for others to look at this message.
}