LoRa_APRS_iGate111/src/syslog_utils.h

13 lines
183 B
C++

#ifndef SYSLOG_H_
#define SYSLOG_H_
#include <Arduino.h>
namespace SYSLOG_Utils {
void log(String type ,String packet, int rssi, float snr, int freqError);
void setup();
}
#endif