mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-03 08:03:46 +00:00
Replace multiple snprintf calls with a single replyAppendf function to improve buffer management and prevent overflow. This change enhances the readability and maintainability of the code while ensuring that the reply buffer is handled safely across various MQTT status and diagnostic replies.