📨 Add APRS Message Writer and Sender / Añadido Guardado y Envío de Mensajes APRS #300
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
English
This PR introduces a new feature that allows users to write and send APRS messages directly from a web-based form, without the need for a physical keyboard.
The implementation includes server-side handling to store messages in a text file if desired (/savedMessages.txt), enabling later use from the device menu.
This functionality has been successfully tested on the LILYGO T-BEAM, and it is designed to facilitate sending APRS spots for SOTA activations more easily and quickly using only the web interface.
Español
Este PR incorpora una nueva funcionalidad que permite escribir y enviar mensajes APRS directamente desde un formulario web, sin necesidad de disponer de un teclado físico.
La implementación incluye la lógica en el servidor para guardar los mensajes en un archivo de texto si se desea (/savedMessages.txt), permitiendo su uso posterior desde el menú del dispositivo.
Esta característica ha sido probada con éxito en la LILYGO T-BEAM, y está pensada para facilitar la publicación de spots SOTA de forma más simple y rápida usando únicamente la interfaz web.