mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 17:31:58 +02:00
13 lines
132 B
C++
13 lines
132 B
C++
#ifndef ETHERNET_UTILS_H_
|
|
#define ETHERNET_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
namespace ETHERNET_Utils {
|
|
|
|
void setup();
|
|
|
|
}
|
|
|
|
#endif |