mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-20 18:15:28 +02:00
14 lines
192 B
C++
14 lines
192 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 |