mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-23 01:00:15 +01:00
13 lines
191 B
C++
13 lines
191 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 |