8 lines
163 B
C
8 lines
163 B
C
#ifndef ACK_HEADER
|
|
#define ACK_HEADER
|
|
|
|
#include "meshcore/packetstructs.h"
|
|
|
|
void sendDiscreteAck (uint8_t *data, const uint8_t len, uint8_t *senderPubKey);
|
|
|
|
#endif |