mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 09:21:58 +02:00
12 lines
192 B
C++
12 lines
192 B
C++
#ifndef LORA_UTILS_H_
|
|
#define LORA_UTILS_H_
|
|
|
|
namespace LoRaUtils {
|
|
|
|
void setup();
|
|
void sendNewPacket(const String &typeOfMessage, const String &newPacket);
|
|
//String receivePacket();
|
|
|
|
}
|
|
|
|
#endif |