ESP32IGate/include/igate.h

10 lines
142 B
C

#ifndef IGATE_H
#define IGATE_H
#include <LibAPRSesp.h>
#include <WiFiClient.h>
#include <AX25.h>
int igateProcess(AX25Msg &Packet);
#endif