mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-16 02:04:45 +01:00
14 lines
213 B
C++
14 lines
213 B
C++
#ifndef DIGI_UTILS_H_
|
|
#define DIGI_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
namespace DIGI_Utils {
|
|
|
|
String generateDigiRepeatedPacket(const String& packet);
|
|
void processLoRaPacket(const String& packet);
|
|
|
|
}
|
|
|
|
#endif |