Steal the TEXT_MESSAGE_COMPRESSED portnum

This commit is contained in:
Jonathan Bennett
2025-12-26 00:06:56 -06:00
parent df3934de85
commit cf5ecf30d7
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
{
switch (p->decoded.portnum) {
case meshtastic_PortNum_TEXT_MESSAGE_APP:
case meshtastic_PortNum_STORE_FORWARD_PLUSPLUS_APP:
case meshtastic_PortNum_TEXT_MESSAGE_COMPRESSED_APP:
return true;
default:
return false;