This commit is contained in:
2026-06-26 00:30:13 +02:00
commit b27cd76ca8
122 changed files with 37290 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef ACK_HEADER
#define ACK_HEADER
#include "meshcore/packetstructs.h"
void sendDiscreteAck (uint8_t *data, const uint8_t len, uint8_t *senderPubKey);
#endif