WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Firmware, PMD, Message Customization. #103

@nk25719

Description

@nk25719

Feature Request: Message Customization API
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to hardcode emergency or status messages (like “a4Urgent Support Now.”) into the firmware, which requires recompiling and re-uploading even for minor changes.

Describe the solution you'd like
I’d like to be able to update predefined message strings (e.g., S1, S2, S3, S4) directly from the web interface via a /messages API endpoint. This allows on-the-fly reconfiguration of messages without modifying firmware.

Describe alternatives you've considered

Hardcoding message strings and recompiling firmware each time (time-consuming, error-prone).
Reading messages from LittleFS at boot (still requires manually editing files).
Using MQTT to push new messages (not reliable without a UI to manage it).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions