mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 22:19:00 +00:00
14 lines
No EOL
199 B
C++
14 lines
No EOL
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 |