Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jonathan Bennett
2025-12-12 13:08:05 -06:00
committed by GitHub
43 changed files with 215 additions and 157 deletions

View File

@@ -226,4 +226,4 @@ class MeshModule
/** set the destination and packet parameters of packet p intended as a reply to a particular "to" packet
* This ensures that if the request packet was sent reliably, the reply is sent that way as well.
*/
void setReplyTo(meshtastic_MeshPacket *p, const meshtastic_MeshPacket &to);
void setReplyTo(meshtastic_MeshPacket *p, const meshtastic_MeshPacket &to);