Skip to content

Conversation

@jamesarich
Copy link
Collaborator

@jamesarich jamesarich commented Jan 8, 2026

This commit introduces support for the Status Message module.

  • Adds a StatusMessage module configuration screen.
  • Displays the node status message in the node list and details views.
  • Implements handling for NODE_STATUS_APP packets.
  • Updates the database schema to store the node status.

depends on meshtastic/protobufs#835 and firmware support

@github-actions github-actions bot added the enhancement New feature or request label Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

This commit introduces support for the Status Message module.

- Adds a `StatusMessage` message type and its corresponding port number (`NODE_STATUS_APP_VALUE`).
- Implements a new settings screen to configure the `StatusMessageConfig`.
- Updates the `Node` data model and database entity to store the `nodeStatus` string.
- Displays the received status message in the node list and node details screens.
- Handles incoming status packets in `MeshDataHandler`.

Signed-off-by: James Rich <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants