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