#ifndef DIGI_UTILS_H_ #define DIGI_UTILS_H_ #include namespace DIGI_Utils { String buildPacket(const String& path, const String& packet, bool thirdParty, bool crossFreq); String generateDigipeatedPacket(const String& packet, bool thirdParty); void processLoRaPacket(const String& packet); void checkEcoMode(); } #endif