This commit is contained in:
richonguzman
2024-12-04 13:59:46 -03:00
parent dd89f56436
commit 9801545965
23 changed files with 0 additions and 50 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef SYSLOG_H_
#define SYSLOG_H_
#include <Arduino.h>
namespace SYSLOG_Utils {
void log(const uint8_t type ,const String& packet, const int rssi, const float snr, const int freqError);
void setup();
}
#endif